UnknownFieldException Class Reference
Detailed Description
UnknownFieldException signals an unknown field.
Definition at line 18 of file UnknownFieldException.php.
Inheritance diagram for UnknownFieldException:
Public Member Functions | |
__construct ($field, $message="", $code=0, \Exception $previous=null) | |
getField () | |
Constructor & Destructor Documentation
◆ __construct()
__construct | ( | $field, | |
$message = "" , |
|||
$code = 0 , |
|||
\Exception | $previous = null |
||
) |
Constructor.
- Parameters
-
$field The name of the field $message The error message $code The error code $previous The previous Exception
Definition at line 29 of file UnknownFieldException.php.
Member Function Documentation
◆ getField()
getField | ( | ) |