Exception: Clavis::ProviderAPIError
- Inherits:
-
ProviderError
- Object
- StandardError
- Error
- ProviderError
- Clavis::ProviderAPIError
- Defined in:
- lib/clavis/errors.rb
Instance Method Summary collapse
-
#initialize(provider, message) ⇒ ProviderAPIError
constructor
A new instance of ProviderAPIError.
Constructor Details
#initialize(provider, message) ⇒ ProviderAPIError
Returns a new instance of ProviderAPIError.
32 33 34 |
# File 'lib/clavis/errors.rb', line 32 def initialize(provider, ) super("API error from #{provider}: #{}") end |