0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/core/server/api/v2
Sam Lord 2887e416da
Switch to @tryghost/errors from ignition errors package ()
refs: 

* Replaces all references to isIgnitionError with isGhostError
* Switches use of GhostError to InternalServerError - as GhostError is no longer public
There are places where InternalServerError is not the valid error, and new errors should be added to the @tryghost/errors package to ensure that we can use semantically correct errors in those cases.
2021-12-01 10:22:01 +00:00
..
utils Switch to @tryghost/errors from ignition errors package () 2021-12-01 10:22:01 +00:00
actions.js
authentication.js
authors-public.js
config.js
db.js Switch to @tryghost/errors from ignition errors package () 2021-12-01 10:22:01 +00:00
images.js
index.js
integrations.js
invites.js
mail.js
notifications.js
oembed.js
pages-public.js
pages.js
posts-public.js
posts.js
preview.js
redirects.js
roles.js
schedules.js
session.js Switch to @tryghost/errors from ignition errors package () 2021-12-01 10:22:01 +00:00
settings-public.js
settings.js
site.js
slack.js
slugs.js Switch to @tryghost/errors from ignition errors package () 2021-12-01 10:22:01 +00:00
tags-public.js
tags.js
themes.js
users.js
webhooks.js