diff --git a/src/error.ts b/src/error.ts index 640fa095..e6ab8cad 100644 --- a/src/error.ts +++ b/src/error.ts @@ -17,7 +17,6 @@ import { hasProp } from "./utils/internal/object"; * @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;