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