Exception: BruntAPI::ServiceUnavailableError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- BruntAPI::ServiceUnavailableError
- Defined in:
- lib/brunt_api/error.rb
Instance Method Summary collapse
-
#initialize ⇒ ServiceUnavailableError
constructor
A new instance of ServiceUnavailableError.
Constructor Details
#initialize ⇒ ServiceUnavailableError
Returns a new instance of ServiceUnavailableError.
24 25 26 |
# File 'lib/brunt_api/error.rb', line 24 def initialize super('API is currently unavailable.') end |