Skip to content

Commit c7a9e35

Browse files
committed
Update README
1 parent 6082652 commit c7a9e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const UnknownError = BaseError.subclass('UnknownError', {
100100
[`new ErrorClass()`](https://github.com/ehmicky/modern-errors#options-3)
101101

102102
```js
103-
throw new SystemError('...', {
103+
throw new ExampleError('...', {
104104
bugs: 'https://github.com/my-name/my-project/issues',
105105
})
106106
```

0 commit comments

Comments
 (0)