Add initial project files and configurations for bus_running_record app
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class ScheduleParseException implements Exception {
|
||||
final String message;
|
||||
|
||||
ScheduleParseException(this.message);
|
||||
|
||||
@override
|
||||
String toString() => "ScheduleParseException: $message";
|
||||
}
|
||||
Reference in New Issue
Block a user