From ce8873544d813aea0a96f1f297e569ab54edd2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Wed, 13 Feb 2019 10:55:06 +0100 Subject: [PATCH] refactor: rename SCSyntaxError to SCSyntaxErrorResponse --- src/core/protocol/errors/ErrorResponse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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