ICanBoogie/Module 3.0.x
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Module
      • ModuleCollection
      • Operation

Classes

  • Descriptor
  • ForwardedOperationDispatcher
  • Hooks
  • ModelCollection
  • ModuleCollection
  • ModuleOperationDispatcher
  • ModuleRouteDefinition
  • ModuleTemplateResolver

Traits

  • ControllerBindings
  • CoreBindings
  • ModuleRoute

Exceptions

  • ModuleCollectionInstallFailed
  • 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 Module/ModuleNotDefined.php

Methods summary

protected string
# get_module_id( )

Returns

string
public
# __construct( string $module_id, integer $code = ICanBoogie\Module\Status::INTERNAL_SERVER_ERROR, Exception $previous = null )

Parameters

$module_id
$code
$previous

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 3.0.x API documentation generated by ApiGen