Skip to content

Commit e40a843

Browse files
committed
export error classes
1 parent 91a668b commit e40a843

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/kindle.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export type {
2929
TLSClientResponseData,
3030
} from "./tls-client-api.js";
3131

32+
export { AuthSessionError } from "./errors/auth-session-error.js";
33+
export { UnexpectedResponseError } from "./errors/unexpected-response-error.js";
34+
3235
export type KindleConfiguration = {
3336
/**
3437
* Cookie string copied from your browser or exact

0 commit comments

Comments
 (0)