UNPKG

sip.js

Version:

A SIP library for JavaScript

9 lines (8 loc) 247 B
import { Exception } from "../../core/exceptions/exception.js"; /** * An exception indicating the session terminated before the action completed. * @public */ export declare class SessionTerminatedError extends Exception { constructor(); }