Exception: Hanami::CLI::ConflictingOptionsError
- Defined in:
- lib/hanami/cli/errors.rb
Overview
Instance Method Summary collapse
-
#initialize(option1, option2) ⇒ ConflictingOptionsError
constructor
A new instance of ConflictingOptionsError.
Constructor Details
#initialize(option1, option2) ⇒ ConflictingOptionsError
Returns a new instance of ConflictingOptionsError.
106 107 108 |
# File 'lib/hanami/cli/errors.rb', line 106 def initialize(option1, option2) super("`#{option1}' and `#{option2}' cannot be used together") end |