downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

BadFunctionCallException> <SeekableIterator::seek
[edit] Last updated: Fri, 10 Feb 2012

view this page in



add a note add a note User Contributed Notes Wyjątki
Dawid Krysiak 03-Feb-2011 02: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 :(

 
show source | credits | stats | sitemap | contact | advertising | mirror sites