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