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 implements Throwable
 - ┗ RuntimeException
 - ┗ ICanBoogie\OffsetError
 
Direct known subclasses
			ICanBoogie\OffsetNotDefined, 
			ICanBoogie\OffsetNotReadable, 
			ICanBoogie\OffsetNotWritable
		
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