class MxxRu::Util::Mode::OptionParser::CleanAndRebuildUsedTogetherEx

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

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/mxx_ru/util.rb, line 71
def initialize
  super "Mode #{MXXARG_CLEAN} and #{MXXARG_REBUILD} cannot be " +
      "used together"
end