ICanBoogie
  • Documentation
  • API Reference
  • ICanBoogie 4.0.x
Namespaces
  • ICanBoogie
    • Application
    • Autoconfig
    • Binding
    • Routing
    • Session
Classes
  • AlreadyAuthenticated
  • AppConfig
  • Core
  • Debug
  • Helpers
  • Hooks
  • Logger
  • LogLevel
  • SessionWithEvent
Interfaces
  • LoggerInterface
Traits
  • AppAccessor
  • LoggerTrait
Exceptions
  • ApplicationAlreadyBooted
  • ApplicationAlreadyInstantiated
  • ApplicationAlreadyRunning
  • ApplicationNotInstantiated

Class ApplicationNotInstantiated

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

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

Methods summary

public __construct( $message = self::DEFAULT_MESSAGE, $code = 500, Exception $previous = null )

Inheritdoc

Overrides

Exception::__construct

Methods inherited from Exception

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

Constants summary

DEFAULT_MESSAGE : string
"The application has not been instantiated yet."

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

ICanBoogie 4.0.x – Check on GitHub – API documentation generated by ApiGen