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