UNPKG

@amag-ch/sap_cap_common_objectstore

Version:

NodeJS library to communicate with an objectstore

9 lines (8 loc) 250 B
class ObjectStoreError extends Error {} class ObjectStoreCommunicationError extends ObjectStoreError {} class ObjectNotFound extends ObjectStoreError {} module.exports = { ObjectStoreError, ObjectStoreCommunicationError, ObjectNotFound }