Class: RubyAMI::Client::ErrorHandler
Instance Method Summary collapse
Instance Method Details
#handle(error) ⇒ Object
182 183 184 185 |
# File 'lib/ruby_ami/client.rb', line 182 def handle(error) puts error. puts error.backtrace.join("\n") end |