2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-06-27 06:43:13 +00:00

RuntimeException

This commit is contained in:
2022-08-29 19:08:53 +03:00
parent 8b9ce591c5
commit 0dba5f277a
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
enum ExceptionCode {
RuntimeException,
HostNotReachable,
AccessDenied,
UserOrTokenNotFound,