Sha256: b4700735487dab6cd65345c5a517915c0294930200e743df755931218cdcc696
Contents?: true
Size: 306 Bytes
Versions: 18
Compression:
Stored size: 306 Bytes
Contents
module DropboxApi::Errors class LookupError < BasicError ErrorSubtypes = { :malformed_path => MalformedPathError, :not_found => NotFoundError, :not_file => NotFileError, :not_folder => NotFolderError, :restricted_content => RestrictedContentError }.freeze end end
Version data entries
18 entries across 18 versions & 1 rubygems