Sha256: 7d7c592d6d0b2a503d9428e2c674b9a8fb26a9d8cd62efc9c8f5ae4317fd20b0

Contents?: true

Size: 197 Bytes

Versions: 5

Compression:

Stored size: 197 Bytes

Contents

module Cryptic
  module Exceptions
    # A exception to throw if an invalid key was provided
    #
    # @author Erran Carey <me@errancarey.com>
    class InvalidKey < ArgumentError; end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cryptic-1.0.0.beta.11 lib/cryptic/exceptions/invalid_key.rb
cryptic-1.0.0.beta.10 lib/cryptic/exceptions/invalid_key.rb
cryptic-1.0.0.beta.9 lib/cryptic/exceptions/invalid_key.rb
cryptic-1.0.0.beta.8 lib/cryptic/exceptions/invalid_key.rb
cryptic-1.0.0.beta.7 lib/cryptic/exceptions/invalid_key.rb