class ErrorsController

Constants

TestException

Public Instance Methods

new() click to toggle source
# File lib/generators/katapult/basics/templates/app/controllers/errors_controller.rb, line 5
def new
  raise TestException, 'Test exception. All is well.'
end