TF-2302 Fix rename folder
(cherry picked from commit 606ae303f92e711ffd0dbd8975a19c8fa02eb022)
This commit is contained in:
+2
-2
@@ -2,9 +2,9 @@
|
||||
import 'package:jmap_dart_client/jmap/core/error/set_error.dart';
|
||||
import 'package:jmap_dart_client/jmap/core/id.dart';
|
||||
|
||||
class SetEmailMethodException implements Exception {
|
||||
class SetMethodException implements Exception {
|
||||
|
||||
final Map<Id, SetError> mapErrors;
|
||||
|
||||
SetEmailMethodException(this.mapErrors);
|
||||
SetMethodException(this.mapErrors);
|
||||
}
|
||||
Reference in New Issue
Block a user