Property | Type | Description | |
---|---|---|---|
$attribute |
Method | Description | |
---|---|---|
__construct ( string $message, string $attribute = null, string $id = null, Exception $previous = null ) | Constructor. | |
getAttribute ( ) | ||
setAttribute ( $attribute ) |
Method | Description | |
---|---|---|
updateRepr ( ) |
public __construct ( string $message, string $attribute = null, string $id = null, Exception $previous = null ) | ||
$message | string | The exception message |
$attribute | string | The name of the attribute |
$id | string | The identifier of the content where the exception was generated |
$previous | Exception | The previous exception |