Controller_Home::action_error PHP Method

action_error() public method

Demo action to generate a 500 error
public action_error ( ) : null
return null
    public function action_error()
    {
        throw new Kohana_Exception('This is an intentional exception');
    }