wip: Construct API
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export class BuilderNotFoundError extends Error {
|
||||
constructor(builderId) {
|
||||
super(`§cBuilder "${builderId}" not found.`);
|
||||
this.name = 'BuilderNotFoundError';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user