\
   |
   --ActiveRecordException
      |
      --ModelException
         |
         --UndefinedPropertyException

Class Details

Thrown when attempting to access an invalid property on a Model.


Class Methods

public void __construct ( $class_name , str $property_name )

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

  • str $property_name - name of undefined property
  • $class_name -