Class ModuleConstructorMissing
Exception thrown when a class is missing to instantiate a module.
- Exception implements Throwable
- RuntimeException
- ICanBoogie\Module\ModuleConstructorMissing uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
protected
|
|
protected
|
|
public
|
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message
Magic properties
public read-only
string
|
$module_id
The identifier of the module. |
public read-only
string
|
$class
The name of the missing class. |