platform/example/main.dart
2018-07-09 12:09:01 -04: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!");