UNPKG
phaxio-official
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.1.0
The official Node.JS library for Phaxio API v2.1.0. https://phaxio.com
phaxio-official
/
src
/
error-handler
/
index.js
2 lines
(1 loc)
•
77 B
JavaScript
View Raw
1
2
module
.
exports
=
(
errMessage
) =>
new
Error
(
`PhaxioAPIError:
${errMessage}
`
);