Sha256: fcfb3f42ebf92a520ae40bae39e211ffd43049871d677e94d0a42de7a170848f
Contents?: true
Size: 349 Bytes
Versions: 48
Compression:
Stored size: 349 Bytes
Contents
module Incline ## # An exception used to indicate when a user is not logged in. NotLoggedIn = Class.new(StandardError) ## # An exception used to indicate when a user is not authorized. NotAuthorized = Class.new(StandardError) ## # An exception used to indicate an invalid API call. InvalidApiCall = Class.new(StandardError) end
Version data entries
48 entries across 48 versions & 1 rubygems