Sha256: 95ae20e4d24842b5ebb2cbf0bbe4965cccf9a6a11c7a276edbb4efd3b52cfd60

Contents?: true

Size: 218 Bytes

Versions: 11

Compression:

Stored size: 218 Bytes

Contents

module Cryptic
  module Exceptions
    # An exception to raise in the case of a key not being on the file system
    #
    # @author Erran Carey <me@errancarey.com>
    class KeyNotFound < Errno::ENOENT; end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cryptic-1.0.0.beta.11 lib/cryptic/exceptions/key_not_found.rb
cryptic-1.0.0.beta.10 lib/cryptic/exceptions/key_not_found.rb
cryptic-1.0.0.beta.9 lib/cryptic/exceptions/key_not_found.rb
cryptic-1.0.0.beta.8 lib/cryptic/exceptions/key_not_found.rb
cryptic-1.0.0.beta.7 lib/cryptic/exceptions/key_not_found.rb
cryptic-1.0.0.beta.6 lib/cryptic/exceptions/key_not_found.rb
cryptic-1.0.0.beta.5 lib/cryptic/exceptions/key_not_found.rb
cryptic-1.0.0.beta.4 lib/cryptic/exceptions/key_not_found.rb
cryptic-1.0.0.beta.3 lib/cryptic/exceptions/key_not_found.rb
cryptic-1.0.0.beta.2 lib/cryptic/exceptions/key_not_found.rb
cryptic-1.0.0.beta.1 lib/cryptic/exceptions/key_not_found.rb