(originalError)
| 96 | } |
| 97 | |
| 98 | function createServerError (originalError) { |
| 99 | return new ServerError(originalError, "POST", "/customers/123456"); |
| 100 | } |
| 101 | |
| 102 | function createOriginalError () { |
| 103 | return new RangeError("Bad range"); |
no outgoing calls
no test coverage detected
searching dependent graphs…