diff --git a/src/error.ts b/src/error.ts index dc78fad7..7d1d4ce7 100644 --- a/src/error.ts +++ b/src/error.ts @@ -11,7 +11,6 @@ import { sanitizeStatusMessage, sanitizeStatusCode } from "./utils/sanitize"; * @property {boolean} unhandled - Indicates if the error was unhandled and auto-captured. * @property {DataT} data - An extra data that will be included in the response. * This can be used to pass additional information about the error. - * @property {boolean} internal - Setting this property to `true` will mark the error as an internal error. */ export class H3Error extends Error { static __h3_error__ = true;