PHP Class ActiveRecord\UndefinedPropertyException

Inheritance: extends ModelException
Show file Open project: jpfuentes2/php-activerecord

Public Methods

Method Description
__construct ( $class_name, str $property_name ) : void Sets the exception message to show the undefined property's name.

Method Details

__construct() public method

Sets the exception message to show the undefined property's name.
public __construct ( $class_name, str $property_name ) : void
$property_name str name of undefined property
return void