Controller_Home::action_error PHP Méthode

action_error() public méthode

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