UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

12 lines (11 loc) 251 B
import { AstroError } from "astro/errors"; class StudioCMSError extends AstroError { name = "StudioCMS Error"; } class StudioCMSCoreError extends StudioCMSError { name = "StudioCMS Core Error"; } export { StudioCMSCoreError, StudioCMSError };