TF-2064 Move exceptions to outside model folder

(cherry picked from commit c568af1620e5f408642958f017ffb79c0f54260f)
This commit is contained in:
dab246
2023-08-04 16:08:30 +07:00
committed by Dat Vu
parent f05a9c2d00
commit 0b3a72bcbf
2 changed files with 1 additions and 1 deletions
@@ -0,0 +1,3 @@
class NotFoundQuotasException implements Exception {
NotFoundQuotasException();
}