10 lines
143 B
C#
Raw Normal View History

2016-10-05 04:03:57 +02:00
using System;
2017-07-17 21:42:36 +02:00
namespace NadekoBot.Modules.Administration.Common.Migration
2016-10-05 04:03:57 +02:00
{
public class MigrationException : Exception
{
}
}