mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
refactor: rename SCSyntaxError to SCSyntaxErrorResponse
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user