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