class Aesop::Dispatchers::LogDispatcher
Public Instance Methods
dispatch_exception(exception)
click to toggle source
# File lib/aesop/dispatchers/log_dispatcher.rb, line 4 def dispatch_exception(exception) Aesop::Logger.info( exception.class.to_s ) end