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