ICanBoogie/Module master
  • Namespace
  • Class

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
Extended by RuntimeException
Extended by ICanBoogie\Module\ModuleConstructorMissing uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\Module
Located at ModuleConstructorMissing.php

Methods summary

protected
# get_module_id( )
protected
# get_class( )
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 string $module_id

The identifier of the module.

public read-only string $class

The name of the missing class.

ICanBoogie/Module master API documentation generated by ApiGen