Sha256: e1a8948a3d0208e785f6f8625e73de686caa63e964a719389e84b916b4a42a04
Contents?: true
Size: 177 Bytes
Versions: 3
Compression:
Stored size: 177 Bytes
Contents
module SignedForm module Errors class NoSecretKey < StandardError; end class InvalidSignature < StandardError; end class InvalidURL < StandardError; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
signed_form-0.1.2 | lib/signed_form/errors.rb |
signed_form-0.1.1 | lib/signed_form/errors.rb |
signed_form-0.1.0 | lib/signed_form/errors.rb |