mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Remove unused ConfigurationError
This commit is contained in:
parent
db6498f213
commit
3e9f294123
@ -1,8 +0,0 @@
|
||||
/**
|
||||
* An error thrown when something is flawed about the configuration.
|
||||
*/
|
||||
export class ConfigurationError extends Error {
|
||||
public constructor(message: string) {
|
||||
super(message);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user