module Bundler::Thor::Base::ClassMethods

def handle_no_command_error(command, has_namespace = $thor_runner) #:nodoc:

:nodoc:
def handle_no_command_error(command, has_namespace = $thor_runner) #:nodoc:
  raise UndefinedCommandError.new(command, all_commands.keys, (namespace if has_namespace))
end