ICanBoogie/Prototype v2.2.1
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Prototype

Classes

  • Hooks

Exceptions

  • MethodNotDefined
  • MethodOutOfScope

Class MethodOutOfScope

Exception thrown in attempt to invoke a method that is out of scope.

Exception implements Throwable
Extended by LogicException
Extended by BadFunctionCallException
Extended by BadMethodCallException
Extended by ICanBoogie\Prototype\MethodOutOfScope uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\Prototype
Located at Prototype/MethodOutOfScope.php

Methods summary

protected
# get_method( )
protected
# get_instance( )
public
# __construct( string $method, object $instance, string|null $message = null, integer $code = 500, Exception $previous = null )

Parameters

$method
$instance
$message
$code
$previous

Inheritdoc

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 $method

The method that is out of scope.

public read-only mixed $instance

The instance on which the method was invoked.

ICanBoogie/Prototype v2.2.1 API documentation generated by ApiGen