Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Aug 1, 2024
1 parent a1c82db commit 7632a8f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ export class CreateSessionError extends Error {
}
}

export class WindowSizeNaNError extends Error {
constructor() {
super(
'Failed to resize window: the calculated browser window width or height is not a valid number (NaN).',
);
this.name = 'WindowSizeNaNError';
}
}

export class WindowSizeRangeError extends Error {
constructor() {
super(
Expand Down

0 comments on commit 7632a8f

Please sign in to comment.