UndefinedPropertyException
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
at line 90
void
__construct($class_name, $property_name)
Sets the exception message to show the undefined property's name.