diff --git a/ghost/errors/lib/errors.js b/ghost/errors/lib/errors.js index db2b6d99e3..d37e3dc6b3 100644 --- a/ghost/errors/lib/errors.js +++ b/ghost/errors/lib/errors.js @@ -30,18 +30,6 @@ const ghostErrors = { errorType: 'DatabaseVersionError' }, options)); }, - DatabaseNotPopulatedError: function DatabaseNotPopulatedError(options) { - GhostError.call(this, merge({ - statusCode: 500, - errorType: 'DatabaseNotPopulatedError' - }, options)); - }, - DatabaseNotSeededError: function DatabaseNotSeededError(options) { - GhostError.call(this, merge({ - statusCode: 500, - errorType: 'DatabaseNotSeededError' - }, options)); - }, EmailError: function EmailError(options) { GhostError.call(this, merge({ statusCode: 500,