Skip to content

Commit 6bee882

Browse files
committed
Add documentation for ApiError class
1 parent c477bc7 commit 6bee882

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/error.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* A representation of an API error.
3+
*/
14
class ApiError extends Error {
25
/**
36
* Creates a representation of an API error.

0 commit comments

Comments
 (0)