mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 04:20:58 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.141.1
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
import { bytesToBase64 } from "./base64";
|
||||
|
||||
export class EncodingError extends Error {
|
||||
constructor(message: string, options?: ErrorOptions) {
|
||||
super(message, options);
|
||||
constructor(message: string) {
|
||||
super(message);
|
||||
this.name = "EncodingError";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user