module Moromi::Error::Loggerable

Public Instance Methods

write(controller, status, title, exception, options, locals) click to toggle source
# File lib/moromi/error/loggerable.rb, line 4
def write(controller, status, title, exception, options, locals)
  raise NotImplementedError
end