class GenericError
Public Class Methods
new(exception = nil)
click to toggle source
Calls superclass method
# File lib/flow_cl/error_handler.rb, line 26 def initialize(exception = nil) super("the server responded with status #{exception[:status]}: #{exception[:body]}") end