UNPKG

sip.js

Version:

A SIP library for JavaScript

10 lines (9 loc) 279 B
import { Exception } from "../../core/exceptions/exception.js"; /** * An exception indicating an outstanding prior request prevented execution. * @public */ export declare class RequestPendingError extends Exception { /** @internal */ constructor(message?: string); }