Class PropertyError
Exception thrown when there is something wrong with an object property.
This is the base class for property exceptions, one should rather use the
ICanBoogie\PropertyNotDefined
, ICanBoogie\PropertyNotReadable
or ICanBoogie\PropertyNotWritable
exceptions.
- Exception
- RuntimeException
- ICanBoogie\PropertyError
Direct known subclasses
ICanBoogie\PropertyIsReserved
,
ICanBoogie\PropertyNotDefined
,
ICanBoogie\PropertyNotReadable
,
ICanBoogie\PropertyNotWritable
Methods summary
Methods inherited from Exception
__construct()
,
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()