diff --git a/src/core/protocol/errors/ErrorResponse.ts b/src/core/protocol/errors/ErrorResponse.ts index 26473a43..331fed1f 100644 --- a/src/core/protocol/errors/ErrorResponse.ts +++ b/src/core/protocol/errors/ErrorResponse.ts @@ -130,7 +130,7 @@ export class SCNotFoundErrorResponse extends SCError { /** * An error that is returned whenever there is a syntax error */ -export class SCSyntaxError extends SCError { +export class SCSyntaxErrorResponse extends SCError { /** * Create a SyntaxError * @param message Describes the syntax error