From 0dba5f277aca495b0267439fda26926827ea6fdc Mon Sep 17 00:00:00 2001 From: Esiur Project Date: Mon, 29 Aug 2022 19:08:53 +0300 Subject: [PATCH] RuntimeException --- lib/src/Core/ExceptionCode.dart | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/Core/ExceptionCode.dart b/lib/src/Core/ExceptionCode.dart index d59dea7..76a03dd 100644 --- a/lib/src/Core/ExceptionCode.dart +++ b/lib/src/Core/ExceptionCode.dart @@ -1,4 +1,5 @@ enum ExceptionCode { + RuntimeException, HostNotReachable, AccessDenied, UserOrTokenNotFound, diff --git a/pubspec.yaml b/pubspec.yaml index a3226a6..2aafcf9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: esiur description: Distributed Object Framework. -version: 2.0.9 +version: 2.1.1 #author: Ahmed Zamil homepage: https://github.com/esiur/esiur-dart