I have a controller called articles, which creates the articles model which gets the relevant data from the database.
articles
I want to, if the method I call return
Kohana Docs tells you way to do it:
throw HTTP_Exception::factory(404, 'File not found!');