Sha256: 6522ded3ffe10670aa054d84107cd7b8326b3f650227469e2c8f6b7d9860cd5f
Contents?: true
Size: 390 Bytes
Versions: 5
Compression:
Stored size: 390 Bytes
Contents
module Scrivito # @api public class ScrivitoError < StandardError end # @api public class ResourceNotFound < ScrivitoError end # @api public class ObjClassNotFound < ResourceNotFound end # this error is raised if scrivito detects an internal problem. # these errors should never occur when using the public api of the SDK. class InternalError < ScrivitoError end end # module Scrivito
Version data entries
5 entries across 5 versions & 1 rubygems