InvalidFormatPlaceholderException
class InvalidFormatPlaceholderException extends Exception (View source)
The "Invalid Format Placeholder" exception
Thrown when a placeholder in string (which looks like "{0,datetime}") is invalid (ie. is not closed before next placeholder begins, or the end of the string, etc).
Properties
protected string | $referenceCode | from Exception | |
protected int | $statusCode | from Exception |
Methods
Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
Returns the HTTP status code this exception corresponds to (defaults to 500).
Details
string
getReferenceCode()
Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
int
getStatusCode()
Returns the HTTP status code this exception corresponds to (defaults to 500).