Sha256: 989ed4abdce956a1e80fdbf33d5a0dde656ea683920c68b804971edfef9c957f

Contents?: true

Size: 135 Bytes

Versions: 2

Compression:

Stored size: 135 Bytes

Contents

module SignedForm
  module Errors
    class NoSecretKey < StandardError; end
    class InvalidSignature < StandardError; end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
signed_form-0.0.1 lib/signed_form/errors.rb
signed_form-0.0.1.pre1 lib/signed_form/errors.rb