ICanBoogie
  • Documentation
  • API Reference
  • Module 4.0.x
Namespaces
  • ICanBoogie
    • Module
      • ModuleCollection
      • Operation
Classes
  • Descriptor
  • ForwardedOperationDispatcher
  • Hooks
  • ModelCollection
  • ModuleCollection
  • ModuleOperationDispatcher
  • ModuleRouteDefinition
  • ModuleTemplateResolver
Traits
  • ApplicationBindings
  • ControllerBindings
  • ModuleRoute
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 Module/ModuleConstructorMissing.php

Methods summary

protected get_module_id( void ) : string

Returns

string
protected get_class( void ) : string

Returns

string
public __construct( string $module_id, string $class, Exception|integer $code = Status::INTERNAL_SERVER_ERROR, Exception $previous = null )

Parameters

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

The identifier of the module.

public read-only $class : string

The name of the missing class.

Module 4.0.x – Check on GitHub – API documentation generated by ApiGen