UNPKG

sip.js

Version:

A SIP library for JavaScript

9 lines (8 loc) 255 B
import { Exception } from "./exception.js"; /** * Indicates that the operation could not be completed given the current transaction state. * @public */ export declare class TransactionStateError extends Exception { constructor(message?: string); }