mirror of
https://github.com/Livinglist/Hacki.git
synced 2025-08-26 03:02:13 +08:00
improve comment fetching. (#357)
This commit is contained in:
@ -31,6 +31,10 @@ class BrowserNotRunningException extends AppException {
|
||||
BrowserNotRunningException() : super(message: 'Browser not running...');
|
||||
}
|
||||
|
||||
class DelayNotFinishedException extends AppException {
|
||||
DelayNotFinishedException() : super(message: 'Delay not finished...');
|
||||
}
|
||||
|
||||
class GenericException extends AppException {
|
||||
GenericException() : super(message: 'Something went wrong...');
|
||||
}
|
||||
|
Reference in New Issue
Block a user