Class: Exception::Fault::User
- Inherits:
-
Fault
- Object
- Fault
- Exception::Fault::User
- Defined in:
- lib/cli/kit/core_ext.rb
Overview
User error: incorrect CLI usage, expired tokens, bad arguments, etc.
Instance Method Summary collapse
-
#to_s ⇒ Object
: -> String.
Instance Method Details
#to_s ⇒ Object
: -> String
53 |
# File 'lib/cli/kit/core_ext.rb', line 53 def to_s = 'user' |