We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c477bc7 commit 6bee882Copy full SHA for 6bee882
lib/error.js
@@ -1,3 +1,6 @@
1
+/**
2
+ * A representation of an API error.
3
+ */
4
class ApiError extends Error {
5
/**
6
* Creates a representation of an API error.
0 commit comments