Sha256: 5e252f34d07926699a84e48b799e7ab6cd6ec7b6422aea6c78e542b244603134

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

require 'hackeroo/error'

module Hackeroo
  class Error
    # Inherit from KeyError when Ruby 1.8 compatibility is removed
    class IdentityMapKeyError < ::IndexError
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hackeroo-0.1.0 lib/hackeroo/error/identity_map_key_error.rb