Jochem Maas wrote:
Gerard Samuel wrote:
Just bouncing a thought on you.
I currently have a default exception handler setup.
So far in the code, I throw an exception when something is wrong.
i.e. Missing file, invalid argument, failed db connection etc...
My thought was centering around if I still n
Gerard Samuel wrote:
Just bouncing a thought on you.
I currently have a default exception handler setup.
So far in the code, I throw an exception when something is wrong.
i.e. Missing file, invalid argument, failed db connection etc...
My thought was centering around if I still needed to use
try/ca
* Tularis <[EMAIL PROTECTED]>:
> Matthew Weier O'Phinney wrote:
>
>> * Curt Zirzow <[EMAIL PROTECTED]>:
>>
>>>* Thus wrote Matthew Weier O'Phinney:
>>>
The problem I'm running into: what do I pass as arguments to catch()?
The articles on ZE2 use something like: catch (Exception $e) {}, or
Matthew Weier O'Phinney wrote:
* Curt Zirzow <[EMAIL PROTECTED]>:
* Thus wrote Matthew Weier O'Phinney:
The problem I'm running into: what do I pass as arguments to catch()?
The articles on ZE2 use something like: catch (Exception $e) {}, or
something like catch(MyException $e) (where MyException i
* Curt Zirzow <[EMAIL PROTECTED]>:
> * Thus wrote Matthew Weier O'Phinney:
> >
> > The problem I'm running into: what do I pass as arguments to catch()?
> > The articles on ZE2 use something like: catch (Exception $e) {}, or
> > something like catch(MyException $e) (where MyException is a class the
You can check out how exceptions are handled in Java or C++ as well,
they all sorta work the same, you may find more complete docs for
them.
Jason
On 30 Jul 2004 14:58:59 -, Matthew Weier O'Phinney
<[EMAIL PROTECTED]> wrote:
> I've done some reading on the ZE2 exception handling, but I'm not
* Thus wrote Matthew Weier O'Phinney:
>
> The problem I'm running into: what do I pass as arguments to catch()?
> The articles on ZE2 use something like: catch (Exception $e) {}, or
> something like catch(MyException $e) (where MyException is a class they
> defined in their examples). Is the 'Excep
7 matches
Mail list logo