Sha256: 7c8ec82b6452f2ddb01cc5e91c6449df100979f7440e346c04cbbcad2cdc67c4

Contents?: true

Size: 179 Bytes

Versions: 10

Compression:

Stored size: 179 Bytes

Contents

# frozen_string_literal: true

module Arstotzka
  module Exception
    # Exception raised when a key in the hash is not found
    class KeyNotFound < StandardError; end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
arstotzka-1.3.0 lib/arstotzka/exception.rb
arstotzka-1.2.4 lib/arstotzka/exception.rb
arstotzka-1.2.3 lib/arstotzka/exception.rb
arstotzka-1.2.2 lib/arstotzka/exception.rb
arstotzka-1.2.1 lib/arstotzka/exception.rb
arstotzka-1.2.0 lib/arstotzka/exception.rb
arstotzka-1.1.0 lib/arstotzka/exception.rb
arstotzka-1.0.4 lib/arstotzka/exception.rb
arstotzka-1.0.3 lib/arstotzka/exception.rb
arstotzka-1.0.2 lib/arstotzka/exception.rb