PHP Class Inpsyde\MultilingualPress\Core\Exception\PropertyManipulationNotAllowedException

Since: 3.0.0
Inheritance: extends Exceptio\Exception
Show file Open project: inpsyde/multilingual-press Class Usage Examples

Public Methods

Method Description
for_name ( string $name, string $action = 'set' ) : static Returns a new exception object.

Method Details

for_name() public static method

Returns a new exception object.
Since: 3.0.0
public static for_name ( string $name, string $action = 'set' ) : static
$name string The name of the property.
$action string Optional. Action to be performed. Defaults to 'set'.
return static Exception object.