UNPKG

sip.js

Version:

A SIP library for JavaScript

9 lines (8 loc) 265 B
import { Exception } from "../../core/exceptions/exception.js"; /** * An exception indicating an unsupported content type prevented execution. * @public */ export declare class ContentTypeUnsupportedError extends Exception { constructor(message?: string); }