Lund-Org/cherry

View on GitHub
src/orm/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  ORM_OPTIONS_ERROR: 'OrmOptionsError',
  ORM_CONNECTION_ERROR: 'OrmConnectionError',
  ORM_POST_CONNECTION_ERROR: 'OrmPostConnectionError'
}