Archive | September, 2013

A Primer on PHP Exceptions

The original article is here: http://nitschinger.at/A-primer-on-PHP-exceptions The article explains the structure of the exceptions very well, with this simple list summing up what many pages of PHP manual pages does not make very clear: [text] – Exception – ErrorException – LogicException – BadFunctionCallException – BadMethodCallException – DomainException – InvalidArgumentException – LengthException – OutOfRangeException – RuntimeException […]

Continue Reading 0