Exception: MxxRu::Util::Mode::OptionParser::CleanAndRebuildUsedTogetherEx

Inherits:
Ex
  • Object
show all
Defined in:
lib/mxx_ru/util.rb

Overview

Exception for case when ‘–mxx-clean’ and ‘–mxx-rebuild’ used together.

Instance Method Summary collapse

Constructor Details

#initializeCleanAndRebuildUsedTogetherEx

Returns a new instance of CleanAndRebuildUsedTogetherEx.



71
72
73
74
# File 'lib/mxx_ru/util.rb', line 71

def initialize
  super "Mode #{MXXARG_CLEAN} and #{MXXARG_REBUILD} cannot be " +
      "used together"
end