mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +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
|
* An error that is returned whenever there is a syntax error
|
||||||
*/
|
*/
|
||||||
export class SCSyntaxError extends SCError {
|
export class SCSyntaxErrorResponse extends SCError {
|
||||||
/**
|
/**
|
||||||
* Create a SyntaxError
|
* Create a SyntaxError
|
||||||
* @param message Describes the syntax error
|
* @param message Describes the syntax error
|
||||||
|
|||||||
Reference in New Issue
Block a user