Copied!

PropertyNotFoundException

PropertyNotFoundException.php : 17
Extends Exception
Implements Exception

This Exception is thrown if an accessed property in a value object was not found.

Methods

public__construct()

PropertyNotFoundException.php : 26

Generates: Property '{$propertyName}' not found.

public __construct(string $propertyName[, string|null $className = null ][, Exception|null $previous = null ])

Parameters

Name Type Default value Description
$propertyName string - -
$className string|null null

Optionally to specify class in abstract/parent classes

$previous Exception|null null -