Class OffsetError
Exception thrown when there is something wrong with an array offset.
This is the base class for offset exceptions, one should rather use the
ICanBoogie\OffsetNotReadable
or ICanBoogie\OffsetNotWritable
exceptions.
- Exception
- RuntimeException
- ICanBoogie\OffsetError
Direct known subclasses
ICanBoogie\OffsetNotDefined
,
ICanBoogie\OffsetNotReadable
,
ICanBoogie\OffsetNotWritable
Indirect known subclasses
Icybee\Modules\Cache\CacheNotDefined
,
Icybee\Modules\Editor\EditorNotDefined
Methods summary
Methods inherited from Exception
__construct()
,
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()