Library
Class

Library\Object\InvokableAccessException

class InvokableAccessException extends OutOfBoundsException

Methods

__construct(string $property_name = '', string $object_name = '', int $code, Exception $previous = null)

Constructor: creation of the parent instance

Details

at line 43
public __construct(string $property_name = '', string $object_name = '', int $code, Exception $previous = null)

Constructor: creation of the parent instance

Parameters

string $property_name The name of the property getted
string $object_name The name of the invokable class object
int $code The exception code
Exception $previous The previous catched excpetion