Sha256: 0cd6a5356f2bf201fc51e9aeb23b46e6aa42f7d30d323fbeebdc4ecfad302d0d

Contents?: true

Size: 425 Bytes

Versions: 6

Compression:

Stored size: 425 Bytes

Contents

# encoding: utf-8
#
# This file is part of the lazier gem. Copyright (C) 2012 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 Lazier
  # Exceptions for lazier.
  module Exceptions
    # This exception is raised from {Object#debug_dump} when `must_raise` is `true`.
    class Dump < ::RuntimeError
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lazier-1.0.6 lib/lazier/exceptions.rb
lazier-1.0.5 lib/lazier/exceptions.rb
lazier-1.0.4 lib/lazier/exceptions.rb
lazier-1.0.3 lib/lazier/exceptions.rb
lazier-1.0.2 lib/lazier/exceptions.rb
lazier-1.0.1 lib/lazier/exceptions.rb