Sha256: aec8651104563ff544a3875f4eeb5e693d5d40d68ec14b61099c23f2ebebd10a
Contents?: true
Size: 165 Bytes
Versions: 53
Compression:
Stored size: 165 Bytes
Contents
module Burp class ErrorController < Burp::ApplicationController def no_such_page raise ActionController::RoutingError.new('Not Found') end end end
Version data entries
53 entries across 53 versions & 1 rubygems