Class: Burp::ErrorController

Inherits:
ApplicationController show all
Defined in:
app/controllers/burp/error_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#init_body_classes, #menu, #set_site_name

Instance Method Details

#no_such_pageObject

Raises:

  • (ActionController::RoutingError)


3
4
5
# File 'app/controllers/burp/error_controller.rb', line 3

def no_such_page
  raise ActionController::RoutingError.new('Not Found')
end