TF-2678 Create server settings API & exception

This commit is contained in:
DatDang
2024-03-06 16:00:19 +07:00
committed by Dat H. Pham
parent 2d14ff0e51
commit 4f31310e36
3 changed files with 208 additions and 0 deletions
@@ -0,0 +1,3 @@
class NotFoundServerSettingsException implements Exception {}
class CanNotUpdateServerSettingsException implements Exception {}