ICanBoogie
  • Documentation
  • API Reference
  • ICanBoogie master
Namespaces
  • ICanBoogie
    • Autoconfig
    • Binding
    • Core
    • Routing
    • Session
Classes
  • AlreadyAuthenticated
  • Core
  • Debug
  • Helpers
  • Hooks
  • Logger
  • LogLevel
  • SessionWithEvent
Interfaces
  • LoggerInterface
Traits
  • AppAccessor
  • LoggerTrait
Exceptions
  • CoreAlreadyBooted
  • CoreAlreadyInstantiated
  • CoreAlreadyRunning
  • CoreNotInstantiated

Class CoreAlreadyInstantiated

Exception thrown in attempt to create a second instance.

Exception implements Throwable
┗ LogicException
┗ ICanBoogie\CoreAlreadyInstantiated
Namespace: ICanBoogie
Codecoverageignore
Located at CoreAlreadyInstantiated.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 core is already instantiated."

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

ICanBoogie master – Check on GitHub – API documentation generated by ApiGen