﻿
import {Exception} from "./Exception";
import {ServiceLocalException} from "./ServiceLocalException";
export class ServiceXmlDeserializationException extends ServiceLocalException {
}