mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 14:53:24 +00:00
chore: fix typo
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
export class NotFoundError extends Error {
|
export class NotFoundError extends Error {
|
||||||
constructor(reason?: string) {
|
constructor(reason?: string) {
|
||||||
super(`Couldn't found a stream: ${reason ?? 'not found'}`);
|
super(`Couldn't find a stream: ${reason ?? 'not found'}`);
|
||||||
this.name = 'NotFoundError';
|
this.name = 'NotFoundError';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user