Sha256: 4873fbad710de442c44331c5f27feae6de59455f46efcad721b9dfae431e17d8

Contents?: true

Size: 488 Bytes

Versions: 8

Compression:

Stored size: 488 Bytes

Contents

# encoding: utf-8
#
# This file is part of the cowtech-extensions gem. Copyright (C) 2011 and above Shogun <shogun_panda@me.com>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

module Cowtech
  module Extensions
    # Exceptions for cowtech-extensions.
    module Exceptions
      # This exception is raised from {Object#debug_dump} when `must_raise` is `true`.
      class Dump < ::RuntimeError
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cowtech-extensions-2.7.4 lib/cowtech-extensions/exceptions.rb
cowtech-extensions-2.7.3 lib/cowtech-extensions/exceptions.rb
cowtech-extensions-2.7.2 lib/cowtech-extensions/exceptions.rb
cowtech-extensions-2.7.1 lib/cowtech-extensions/exceptions.rb
cowtech-extensions-2.7.0 lib/cowtech-extensions/exceptions.rb
cowtech-extensions-2.6.0 lib/cowtech-extensions/exceptions.rb
cowtech-extensions-2.5.1 lib/cowtech-extensions/exceptions.rb
cowtech-extensions-2.5.0 lib/cowtech-extensions/exceptions.rb