* @since 2.0 */ class UnknownPropertyException extends \Exception { /** * @var string the user-friend name of this exception */ public $name = 'Unknown Property Exception'; }