Exception: Protege::UnavailableError
- Defined in:
- lib/protege/errors/unavailable_error.rb
Overview
the provider is unavailable
Constant Summary
Constants inherited from Error
Error::PERMANENT, Error::TRANSIENT
Instance Method Summary collapse
-
#initialize(detail = nil) ⇒ UnavailableError
constructor
A new instance of UnavailableError.
Constructor Details
#initialize(detail = nil) ⇒ UnavailableError
Returns a new instance of UnavailableError.
6 |
# File 'lib/protege/errors/unavailable_error.rb', line 6 def initialize(detail = nil) = super(detail || 'the provider is unavailable') |