export default class UnsafetyWordException {
    message: string;
    name: string;
    toString(): string;
}
