BadFunctionCallException> <SeekableIterator::seek
Last updated: Fri, 24 Feb 2012


User Contributed Notes
Exceptions
Dawid Krysiak
03-Feb-2011 12:25
SPL exceptions' class hierarchy may be helpfull for somebody to better understand the whole thing.

Exception
    LogicException
        BadFunctionCallException
            BadMethodCallException
        DomainException
        InvalidArgumentException
        LengthException
        OutOfRangeException
    RuntimeException
        OutOfBoundsException
        OverflowException
        RangeException
        UnderflowException
        UnexpectedValueException

Unfortunately the classes are documented rather poorly, without no examples where to use them :(

BadFunctionCallException> <SeekableIterator::seek
Last updated: Fri, 24 Feb 2012