Class ModuleConstructorMissing
Exception thrown when a class is missing to instantiate a module.
- Exception
- RuntimeException
- ICanBoogie\ModuleConstructorMissing
Methods summary
public
|
#
__construct( mixed $module_id, mixed $class, mixed $code = 500,
|
public
|
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Magic methods summary
Properties summary
Properties inherited from Exception
Magic properties
public read-only
string
|
$module_id |
|
#
The identifier of the module. |
public read-only
string
|
$class |
|
#
The name of the missing class. |