Exception: Exception

Defined in:
lib/zookeeper/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_std_formatObject



22
23
24
25
26
# File 'lib/zookeeper/core_ext.rb', line 22

def to_std_format
  ary = ["#{self.class}: #{message}"]
  ary.concat(backtrace || [])
  ary.join("\n\t")
end