budnhead/org.budnhead/exceptions/OutOfWorldException.cs

8 lines
114 B
C#

using System;
namespace org.budnhead.exceptions
{
public class OutOfWorldException : BudNHeadException{
}
}