Method: Pec::Command::Base.print_exception

Defined in:
lib/pec/command/base.rb


13
14
15
16
# File 'lib/pec/command/base.rb', line 13

def self.print_exception(e)
  Pec::Logger.critical(e)
  Pec::Logger.info("\t" + e.backtrace.join("\n\t"))
end