mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-26 22:06:48 -06:00
6 lines
328 B
JavaScript
6 lines
328 B
JavaScript
export class PlivoRestError extends Error {}
|
|
export class ResourceNotFoundError extends PlivoRestError {}
|
|
export class ServerError extends PlivoRestError {}
|
|
export class InvalidRequestError extends PlivoRestError {}
|
|
export class PlivoXMLError extends PlivoRestError {}
|
|
export class AuthenticationError extends PlivoRestError {}
|