3a14263a6f
git-subtree-dir: packages/http_exception git-subtree-mainline:58e42256e5
git-subtree-split:fef0c68159
4 lines
158 B
Dart
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!");
|