Peter Denk

Results 3 comments of Peter Denk

Throwing an exception is indeed much more powerful and a beautiful way of handling, well, exceptions. However my concern is also that it would add a lot of extra code....

hmm, well, I might just give it a shot ... I'll get back with a description of how I plan to implement it in a few days

How errors are handled for a model will be set in ``` public $error; ``` by setting it to '' (default), 'exception', 'show' or 'log'. Error handling can also temporarily...