Controller_Home::action_error PHP 메소드

action_error() 공개 메소드

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