Sha256: 3527aa9f80966bceaef930c76f9ddf00a0c876649cb02639e56e84e22bd30ea4

Contents?: true

Size: 211 Bytes

Versions: 28

Compression:

Stored size: 211 Bytes

Contents

class ::Exception
  def patch_full_message
    msg = []
    msg << "#{backtrace.shift} #{message} (#{self.class.to_s})"
    backtrace.each {|bt| msg << "#{" "*8}from #{bt}"}
    msg.join("\n")
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
eco-helpers-1.4.1 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.4.0 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.18 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.17 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.16 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.15 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.14 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.13 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.12 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.11 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.10 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.9 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.8 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.7 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.6 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.5 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.4 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.3 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.2 lib/eco/api/common/version_patches/exception.rb
eco-helpers-1.3.1 lib/eco/api/common/version_patches/exception.rb