2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2026-04-04 10:18:20 +00:00
Files
esiur-dart/lib/src/Core/ErrorType.dart
2019-08-07 17:12:20 +03:00

6 lines
49 B
Dart

enum ErrorType
{
Management,
Exception
}