mirror of
https://github.com/detleph/server.git
synced 2026-09-05 07:56:21 +02:00
Add function to create disciplines
+ Fix async errors + Extract name error
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export default class ForwardableError extends Error {
|
||||
// If in different context
|
||||
private readonly __id = "CUSTOM_ERROR";
|
||||
protected readonly __oid?: string;
|
||||
|
||||
public readonly status: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user