Skip to content

Commit

Permalink
docs: fix jsdoc (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanonji authored Jan 19, 2025
1 parent 75aef64 commit 4ed223a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<DataT = unknown> extends Error {
static __h3_error__ = true;
Expand Down

0 comments on commit 4ed223a

Please sign in to comment.