@jaricardodev/ews-javascript-api
Version:
EWS Managed api in JavaScript
5 lines • 316 B
text/typescript
import {CreateAttachmentResponse} from "../Core/Responses/CreateAttachmentResponse";
import {Exception} from "./Exception";
import {BatchServiceResponseException} from "./BatchServiceResponseException";
export class CreateAttachmentException extends BatchServiceResponseException<CreateAttachmentResponse> {
}