浏览代码

migrated errors.dart to null safety

ashilkn 2 年之前
父节点
当前提交
fcd29c2633
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib/core/errors.dart

+ 0 - 2
lib/core/errors.dart

@@ -1,5 +1,3 @@
-// @dart=2.9
-
 class InvalidFileError extends ArgumentError {
 class InvalidFileError extends ArgumentError {
   InvalidFileError(String message) : super(message);
   InvalidFileError(String message) : super(message);
 }
 }