using System; namespace _0_Framework.Exceptions; public class UnAuthorizeException:Exception { public UnAuthorizeException(string message) : base(message) { } }