Class ModuleNotDefined
Exception thrown when a requested module is not defined.
- Exception implements Throwable
-
RuntimeException
-
ICanBoogie\Module\ModuleNotDefined
uses
ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
protected
|
|
public
|
#
__construct( $module_id, $code = ICanBoogie\Module\Status::INTERNAL_SERVER_ERROR, Exception $previous = null )
|
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 that is not defined. |