Exception: Wrike3::ErrorBase
- Inherits:
-
StandardError
- Object
- StandardError
- Wrike3::ErrorBase
- Defined in:
- lib/wrike3/error.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#handle ⇒ type
Handles the error if needed by default returns an error.
Instance Method Details
#handle ⇒ type
Handles the error if needed by default returns an error
35 36 37 |
# File 'lib/wrike3/error.rb', line 35 def handle return self end |