Exception: Gemlist::GroupConflict

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gemlist/group_conflict.rb

Instance Method Summary collapse

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