ICanBoogie
  • Documentation
  • API Reference
  • Module v2.1.0
Namespaces
  • ICanBoogie
    • Module
Classes
  • Descriptor
  • Hooks
  • ModelCollection
  • ModuleCollection
Exceptions
  • ModuleConstructorMissing
  • ModuleIsDisabled
  • ModuleNotDefined

Class ModuleNotDefined

Exception thrown when a requested module is not defined.

Exception implements Throwable
┗ RuntimeException
┗ ICanBoogie\Module\ModuleNotDefined uses ICanBoogie\GetterTrait (not available)
Namespace: ICanBoogie\Module
Located at ModuleNotDefined.php

Methods summary

protected get_module_id( void )
public __construct( $module_id, $code = 500, Exception $previous = null )

Overrides

Exception::__construct

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 $module_id : string

The identifier of the module that is not defined.

Module v2.1.0 – Check on GitHub – API documentation generated by ApiGen