platform/packages/http_exception/example/main.dart
Tobe O 3a14263a6f Add 'packages/http_exception/' from commit 'fef0c681593f12caf5c1f7b0f3206c7bace566e2'
git-subtree-dir: packages/http_exception
git-subtree-mainline: 58e42256e5
git-subtree-split: fef0c68159
2020-02-15 18:28:41 -05:00

4 lines
158 B
Dart

import 'package:angel_http_exception/angel_http_exception.dart';
void main() =>
throw new AngelHttpException.notFound(message: "Can't find that page!");