mirror of
https://github.com/Livinglist/Hacki.git
synced 2025-08-06 18:24:42 +08:00
use InterceptorsWrapper for caching. (#358)
This commit is contained in:
@ -27,14 +27,6 @@ class PossibleParsingException extends AppException {
|
||||
final int itemId;
|
||||
}
|
||||
|
||||
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