class UndefinedPropertyException extends ModelException (View source)

Thrown when attempting to access an invalid property on a {@link Model}.

Methods

void
__construct($class_name, $property_name)

Sets the exception message to show the undefined property's name.

Details

void __construct($class_name, $property_name)

Sets the exception message to show the undefined property's name.

Parameters

$class_name
$property_name

Return Value

void