class Bundler::Thor::Shell::Basic

def error(statement)


will be rescued and wrapped in the method below.
wrong, you can always raise an exception. If you raise a Bundler::Thor::Error, it
internally and should not be used inside your scripts. If something went
Called if something goes wrong during the execution. This is used by Bundler::Thor
def error(statement)
  stderr.puts statement
end