What sort of exceptions should I be throwing from inside Kohana 3?
- by alex
I've seen the code examples on this article, but throwing Controller_Exception_404 produces an error.
I've just been throwing plain exceptions. I remember in Kohana 2.3 there were different ones you could throw, depending on the situation.
Does anyone have a list of what exceptions should be thrown when?