class = $class; $this->property = $property; $msg = "Property '" . $property . "' for class '" . $class . "' not found."; parent::__construct($msg); } }