Exception: Gemlist::GroupConflict
- Inherits:
-
StandardError
- Object
- StandardError
- Gemlist::GroupConflict
- Defined in:
- lib/gemlist/group_conflict.rb
Instance Method Summary collapse
-
#initialize(*group_names) ⇒ GroupConflict
constructor
A new instance of GroupConflict.
Constructor Details
#initialize(*group_names) ⇒ GroupConflict
Returns a new instance of GroupConflict.
3 4 5 |
# File 'lib/gemlist/group_conflict.rb', line 3 def initialize(*group_names) super "The groups #{group_names} were both excluded from and included in the gemlist." end |