Method: BigShift::CliError#initialize
- Defined in:
- lib/bigshift/cli.rb
#initialize(message, details, usage) ⇒ CliError
Returns a new instance of CliError.
13 14 15 16 17 |
# File 'lib/bigshift/cli.rb', line 13 def initialize(, details, usage) super() @details = details @usage = usage end |