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 implements Throwable
- ┗ RuntimeException
- ┗ ICanBoogie\PropertyError
Direct known subclasses
ICanBoogie\PropertyIsReserved
,
ICanBoogie\PropertyNotDefined
,
ICanBoogie\PropertyNotReadable
,
ICanBoogie\PropertyNotWritable
Methods summary
Methods inherited from Exception
__construct()
,
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message