mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
parent
48bd7a094c
commit
73bb626cae
1 changed files with 0 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue