mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-09-07 19:46:06 +00:00
Update error message
This commit is contained in:
parent
1e6a57b266
commit
5e5458146b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import 'package:flutter/widgets.dart';
|
||||||
import 'package:mobile_nebula/services/result.dart';
|
import 'package:mobile_nebula/services/result.dart';
|
||||||
|
|
||||||
class LogsNotFoundException implements Exception {
|
class LogsNotFoundException implements Exception {
|
||||||
String error() => 'No logs found. Has the site been started?';
|
String error() => 'No logs found. Logs will be available after starting the site for the first time.';
|
||||||
}
|
}
|
||||||
|
|
||||||
class LogsNotifier extends ChangeNotifier {
|
class LogsNotifier extends ChangeNotifier {
|
||||||
|
|
Loading…
Add table
Reference in a new issue