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