ICanBoogie/Module 2.3.x
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Module

Classes

  • Descriptor
  • Hooks
  • ModelCollection
  • ModuleCollection
  • ModuleRoute
  • ModuleTemplateResolver

Traits

  • ControllerBindings
  • CoreBindings

Exceptions

  • ModuleConstructorMissing
  • ModuleIsDisabled
  • ModuleNotDefined

Class ModuleNotDefined

Exception thrown when a requested module is not defined.

Exception implements Throwable
Extended by RuntimeException
Extended by ICanBoogie\Module\ModuleNotDefined uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\Module
Located at ModuleNotDefined.php

Methods summary

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

The identifier of the module that is not defined.

ICanBoogie/Module 2.3.x API documentation generated by ApiGen