From 7d7ef743137470503592861ceda6f123053485f1 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sat, 10 Dec 2022 15:40:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0util=E8=87=B3git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/errors/errors.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 util/errors/errors.py diff --git a/util/errors/errors.py b/util/errors/errors.py new file mode 100644 index 000000000..4fa4b8755 --- /dev/null +++ b/util/errors/errors.py @@ -0,0 +1,3 @@ +class PromptExceededError(Exception): + + pass \ No newline at end of file