Exception: GemCP::Error
- Inherits:
-
StandardError
- Object
- StandardError
- GemCP::Error
- Defined in:
- lib/gemcp/errors.rb
Overview
Base error class for all GemCP exceptions.
Direct Known Subclasses
Instance Method Summary collapse
-
#error_type ⇒ String
Machine-readable error type for structured responses.
Instance Method Details
#error_type ⇒ String
Returns machine-readable error type for structured responses.
7 |
# File 'lib/gemcp/errors.rb', line 7 def error_type = raise NotImplementedError |