Re: [PHP] Re: Which Exception to use ....

2008-08-23 Thread Jochem Maas
Al schreef: Jochem Maas wrote: here is a list of built in Exception classes, I'd figured I'd start using them, and save on rolling my own: Exception ErrorException DOMException LogicException BadFunctionCallException BadMethodCallException DomainException InvalidArgumentException

[PHP] Re: Which Exception to use ....

2008-08-22 Thread Al
Jochem Maas wrote: here is a list of built in Exception classes, I'd figured I'd start using them, and save on rolling my own: Exception ErrorException DOMException LogicException BadFunctionCallException BadMethodCallException DomainException InvalidArgumentException LengthException