Exception: Benchwarmer::APIError
- Inherits:
-
StandardError
- Object
- StandardError
- Benchwarmer::APIError
- Defined in:
- lib/benchwarmer/api.rb
Instance Method Summary collapse
-
#initialize(error) ⇒ APIError
constructor
A new instance of APIError.
Constructor Details
#initialize(error) ⇒ APIError
Returns a new instance of APIError.
89 90 91 |
# File 'lib/benchwarmer/api.rb', line 89 def initialize(error) super("(#{error.faultCode}) #{error.}") end |