mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 02:08:21 +00:00
6 lines
49 B
Dart
6 lines
49 B
Dart
enum ErrorType
|
|
{
|
|
Management,
|
|
Exception
|
|
}
|