class Logster::Web::FourOhFour
Public Instance Methods
call(env)
click to toggle source
# File lib/logster/web.rb, line 5 def call(env) [404, {}, ["not found"]] end
# File lib/logster/web.rb, line 5 def call(env) [404, {}, ["not found"]] end