Sha256: 27a142033c265703176667f5387a7aba7d59869e57b194346b887355c4d1e24d
Contents?: true
Size: 772 Bytes
Versions: 12
Compression:
Stored size: 772 Bytes
Contents
module CMIS module Exceptions class InvalidArgument < Exception; end class NotSupported < Exception; end class ObjectNotFound < Exception; end class PermissionDenied < Exception; end class Runtime < Exception; end class Constraint < Exception; end class ContentAlreadyExists < Exception; end class FilterNotValid < Exception; end class NameConstraintViolation < Exception; end class Storage < Exception; end class StreamNotSupported < Exception; end class UpdateConflict < Exception; end class Versioning < Exception; end # Non-CMIS class Unauthorized < Exception; end end end
Version data entries
12 entries across 12 versions & 1 rubygems