ICanBoogie
  • Documentation
  • API Reference
  • ICanBoogie v2.3.0
Namespaces
  • ICanBoogie
    • Autoconfig
    • Core
    • HTTP
      • Dispatcher
    • Session
Classes
  • Core
  • Debug
  • Helpers
  • Logger
  • LogLevel
  • Session
Interfaces
  • LoggerInterface
Traits
  • LoggerTrait
Exceptions
  • AlreadyAuthenticated
  • AuthenticationRequired
  • CoreAlreadyBooted
  • CoreAlreadyInstantiated
  • CoreNotInstantiated
  • PermissionRequired
  • SecurityException

Class CoreNotInstantiated

Exception thrown in attempt to obtain the core before is has been instantiated.

Exception implements Throwable
┗ LogicException
┗ ICanBoogie\CoreNotInstantiated
Namespace: ICanBoogie
Located at CoreNotInstantiated.php

Methods summary

public __construct( $message = "The core has not been instantiated yet.", $code = 500, Exception $previous = null )

Overrides

Exception::__construct

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

ICanBoogie v2.3.0 – Check on GitHub – API documentation generated by ApiGen