ICanBoogie
  • Documentation
  • API Reference
  • Module master
Namespaces
  • ICanBoogie
    • Module
Classes
  • Descriptor
  • Hooks
  • ModelCollection
  • ModuleCollection
  • ModuleRoute
  • ModuleTemplateResolver
Traits
  • ControllerBindings
  • CoreBindings
Exceptions
  • ModuleCollectionInstallFailed
  • ModuleConstructorMissing
  • ModuleIsDisabled
  • ModuleNotDefined

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)
Namespace: ICanBoogie\Module
Located at ModuleConstructorMissing.php

Methods summary

protected get_module_id( void )
protected get_class( void )
public __construct( $module_id, $class, $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.

public read-only $class : string

The name of the missing class.

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