TF-2305 Fixed getUploadUri and getDownloadUri not working with Cyrus
This commit is contained in:
committed by
Dat H. Pham
parent
c3887b7705
commit
327af38fb0
@@ -0,0 +1,5 @@
|
||||
import 'package:core/presentation/state/failure.dart';
|
||||
|
||||
class GetListDetailedEmailByIdFailure extends FeatureFailure {
|
||||
GetListDetailedEmailByIdFailure({super.exception});
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
import 'package:core/presentation/state/failure.dart';
|
||||
|
||||
class PreviewPDFFileFailure extends FeatureFailure {
|
||||
|
||||
PreviewPDFFileFailure(dynamic exception) : super(exception: exception);
|
||||
}
|
||||
Reference in New Issue
Block a user