2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-05-06 04:02:57 +00:00

RuntimeException

This commit is contained in:
Esiur Project 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 { enum ExceptionCode {
RuntimeException,
HostNotReachable, HostNotReachable,
AccessDenied, AccessDenied,
UserOrTokenNotFound, UserOrTokenNotFound,

View File

@ -1,6 +1,6 @@
name: esiur name: esiur
description: Distributed Object Framework. description: Distributed Object Framework.
version: 2.0.9 version: 2.1.1
#author: Ahmed Zamil <ahmed@esiur.com> #author: Ahmed Zamil <ahmed@esiur.com>
homepage: https://github.com/esiur/esiur-dart homepage: https://github.com/esiur/esiur-dart