Exception: Rapid::Common::Exceptions::NotSupportedByRapid
- Inherits:
-
NotSupported
- Object
- RuntimeError
- NotSupported
- Rapid::Common::Exceptions::NotSupportedByRapid
- Defined in:
- lib/ury_rapid/common/exceptions.rb
Overview
Exception generated when the client requests something unsupported by Rapid.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
36 37 38 |
# File 'lib/ury_rapid/common/exceptions.rb', line 36 def to_s 'Action not supported: Not supported by Rapid.' end |