@ -3,7 +3,7 @@
class TimeoutError extends Error {
constructor(message) {
super(message);
this.name = this.constructor.name;
this.name = 'TimeoutError';
}