Sha256: c014350ac53d38b8305a9f0a5108af9394b90941dc52d9c82f23947f9d1df58d
Contents?: true
Size: 231 Bytes
Versions: 1
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module VIISP module Auth class Error < StandardError; end class RequestError < Error; end class SignatureError < Error; end class ConfigurationError < Error; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
viisp-auth-custom-0.1.0 | lib/viisp/auth/errors.rb |