Commit 75ed27a
Pass caught Exception directly to RuntimeException (auth0#83)
The Exception that has been caught should be wrapped by RuntimeException. By calling 'getCause', you're looking further up the chain for a cause, and the resulting value could be `null`.1 parent b6dccdf commit 75ed27a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments