Class: Exception::Fault::Terroir
- Inherits:
-
Fault
- Object
- Fault
- Exception::Fault::Terroir
- Defined in:
- lib/cli/kit/core_ext.rb
Overview
Not a real failure — e.g. user cancellation, interrupt, or conditions wildly out of anyone's control (no disk space). Doesn't require fixing or tracking.
Instance Method Summary collapse
-
#to_s ⇒ Object
: -> String.
Instance Method Details
#to_s ⇒ Object
: -> String
63 |
# File 'lib/cli/kit/core_ext.rb', line 63 def to_s = 'terroir' |