﻿using System;

namespace AsmodeeDigital.PlayReal.Plugin.Exceptions
{
    /// <summary>
    /// Exception raised when a corrupted game state has been received from DoW server
    /// </summary>
    public class DataCorruptedException : Exception
    {
    }
}
