View source
class LogicException
package php
extends Exception
extended by BadFunctionCallException, DomainException, InvalidArgumentException, LengthException, OutOfRangeException
Available on php
Exception that represents error in the program logic. This kind of exception should lead directly to a fix in your code.