Sha256: 4b66b97a511cdf6f0eae67f0eb30a479b5a39e4e6af4ea2eb0df80686b47af3e
Contents?: true
Size: 210 Bytes
Versions: 3
Compression:
Stored size: 210 Bytes
Contents
module ApiPack module Errors module Auth class AuthenticationError < StandardError; end class InvalidToken < StandardError; end class MissingToken < StandardError; end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
api_pack-1.1.1 | lib/api_pack/errors/auth.rb |
api_pack-1.0.1 | lib/api_pack/errors/auth.rb |
api_pack-1.0.0 | lib/api_pack/errors/auth.rb |