using System; namespace UniHumanoid { public class BvhException : Exception { public BvhException(string msg) : base(msg) { } } }