budnhead/org.niclasundharald.engine/exceptions/OutOfWorldException.cs

11 lines
149 B
C#
Raw Normal View History

2017-05-04 23:57:00 +02:00
using System;
namespace org.niclasundharald.engine
{
public class OutOfWorldException : Exception
{
public OutOfWorldException()
{
}
}
}