Skip to content

Commit

Permalink
Fix migration script issue
Browse files Browse the repository at this point in the history
Closes #1257
  • Loading branch information
benjamingr authored Dec 5, 2016
1 parent 4ec3372 commit b391b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/api/operationalerror.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ new OperationalError(String message) -> OperationalError
```


Represents an error is an explicit promise rejection as opposed to a thrown error. For example, if an error is errbacked by a callback API promisified through undefined or undefined
Represents an error is an explicit promise rejection as opposed to a thrown error. For example, if an error is errbacked by a callback API promisified through [`Promise.promisify`](.) or [`Promise.promisifyAll`](.)
and is not a typed error, it will be converted to a `OperationalError` which has the original error in the `.cause` property.

`OperationalError`s are caught in [`.error`](.) handlers.
Expand All @@ -32,4 +32,4 @@ and is not a typed error, it will be converted to a `OperationalError` which has
(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>

0 comments on commit b391b86

Please sign in to comment.