platform/packages/http_exception/example/main.dart

5 lines
156 B
Dart
Raw Normal View History

2021-05-14 03:57:54 +00:00
import 'package:angel3_http_exception/angel3_http_exception.dart';
2018-07-09 16:09:01 +00:00
void main() =>
2021-04-10 11:23:57 +00:00
throw AngelHttpException.notFound(message: "Can't find that page!");