Skip to content

Commit

Permalink
Merge pull request #152 from Andrek25/fix/handle-server-error
Browse files Browse the repository at this point in the history
Add support to handle ServerError
  • Loading branch information
endel authored Feb 20, 2025
2 parents 1704a98 + 92a9e13 commit 7cab9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export { Client, JoinOptions } from './Client';
export { Protocol, ErrorCode, SeatReservation } from './Protocol';
export { Room, RoomAvailable } from './Room';
export { Auth, type AuthSettings, type PopupSettings } from "./Auth";
export { ServerError } from './errors/ServerError';

/*
* Serializers
Expand Down

0 comments on commit 7cab9fa

Please sign in to comment.