Sha256: b3b4ed714f9f0a8d24d81c4478f755d8ad20afc6a4917210073946c807e762c1

Contents?: true

Size: 284 Bytes

Versions: 2

Compression:

Stored size: 284 Bytes

Contents

module SignedForm
  module Errors
    class NoSecretKey      < StandardError; end
    class InvalidSignature < StandardError; end
    class InvalidURL       < StandardError; end
    class UnableToDigest   < StandardError; end
    class ExpiredForm      < StandardError; end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
signed_form-0.5.0 lib/signed_form/errors.rb
signed_form-0.2.0 lib/signed_form/errors.rb