Sha256: a947a6ca590ab6b8c3a5e5f4cdb70286f3059795fceb4bb8e741a4bf5eef05fe
Contents?: true
Size: 365 Bytes
Versions: 27
Compression:
Stored size: 365 Bytes
Contents
module Lifen class Error < StandardError end class UnauthorizedError < Error end class InvalidCredentialsError < Error end class InvalidParamsError < Error end class InvalidSecretTokenError < Error end class InvalidTokenError < Error end class UserAlreadyExistingError < Error end class CantRefreshTokenError < Error end end
Version data entries
27 entries across 27 versions & 2 rubygems