refactor: rename SCSyntaxError to SCSyntaxErrorResponse

This commit is contained in:
Wieland Schöbl
2019-02-13 10:55:06 +01:00
parent bceb402b5f
commit ce8873544d

View File

@@ -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