ICanBoogie/Prototype 3.0.x
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Prototype

Classes

  • Dummy

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 string
# get_method( )

Returns

string
protected object|null
# get_instance( )

Returns

object|null
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
protected string
# format_message( string $method, object $instance )

Formats exception message.

Formats exception message.

Parameters

$method
$instance

Returns

string

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 object|null $instance

The instance on which the method was invoked.

ICanBoogie/Prototype 3.0.x API documentation generated by ApiGen