Class: Exception::Fault::System
- Inherits:
-
Fault
- Object
- Fault
- Exception::Fault::System
- Defined in:
- lib/cli/kit/core_ext.rb
Overview
A bug in the tool itself (dev, tec, cli-kit, etc.).
Direct Known Subclasses
Instance Method Summary collapse
-
#to_s ⇒ Object
: -> String.
Instance Method Details
#to_s ⇒ Object
: -> String
23 |
# File 'lib/cli/kit/core_ext.rb', line 23 def to_s = 'system' |