Skip to content

Commit

Permalink
inherit from @libsql/core/api
Browse files Browse the repository at this point in the history
  • Loading branch information
DaBigBlob committed Sep 11, 2024
1 parent 19ba7e5 commit 71009e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/errors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

import { LibsqlError } from "./types.js";

export { LibsqlError };

/** Error thrown when the server violates the protocol. */
export class ProtoError extends LibsqlError {
constructor(message: string) {
Expand Down

0 comments on commit 71009e7

Please sign in to comment.