UNPKG

@jaricardodev/ews-javascript-api

Version:
5 lines 316 B
import {CreateAttachmentResponse} from "../Core/Responses/CreateAttachmentResponse"; import {Exception} from "./Exception"; import {BatchServiceResponseException} from "./BatchServiceResponseException"; export class CreateAttachmentException extends BatchServiceResponseException<CreateAttachmentResponse> { }