Skip to content

Commit c934e42

Browse files
authored
add RateLimitError to export
1 parent 7540839 commit c934e42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/js-sdk/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
SandboxError,
1212
TemplateError,
1313
TimeoutError,
14+
RateLimitError,
1415
} from './errors'
1516
export type { Logger } from './logs'
1617

0 commit comments

Comments
 (0)