AbstractDataFormatException
abstract class AbstractDataFormatException extends Exception (View source)
Contains some helper functions used by exceptions in this project.
Methods
static string
describeDataType(ReflectionClass $data)
Return a description of the data type represented by the provided parameter.
static
describeAllowedTypes($allowedTypes)
No description
static
describeListOfAllowedTypes($allowedTypes)
No description
Details
static protected string
describeDataType(ReflectionClass $data)
Return a description of the data type represented by the provided parameter.
static protected
describeAllowedTypes($allowedTypes)
No description
static protected
describeListOfAllowedTypes($allowedTypes)
No description