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