* OverwriteModel Error constructor. * @param {String} name * @api private
(name)
| 15 | * @api private |
| 16 | */ |
| 17 | constructor(name) { |
| 18 | super('Cannot overwrite `' + name + '` model once compiled.'); |
| 19 | } |
| 20 | } |
| 21 | |
| 22 | Object.defineProperty(OverwriteModelError.prototype, 'name', { |
nothing calls this directly
no outgoing calls
no test coverage detected