FormatNotSupportedException
class FormatNotSupportedException extends Exception (View source)
An "Format not supported" Exception
Properties
protected string | $referenceCode | from Exception | |
protected int | $statusCode | from Exception |
Methods
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.
from
Exception
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()
Return the status code of the nested exception, if any.