Sha256: 2421b8585d872fa45061f177dda31fd8af46c46fd27bc3ee8230e1726e5b0026

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

module Edools
  class ImplementationError < StandardError; end
  class Error < StandardError; end
  class AuthenticationError < Error; end
  class HTTPError < Error; end
  class InsufficientClientScopeError < Error; end
  class BadRequest < Error; end
  class ResourceNotFound < Error; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
edools-0.1.1 lib/edools/exceptions.rb