platform/packages/core/exceptions/example/main.dart

5 lines
163 B
Dart
Raw Normal View History

import 'package:protevus_http_exception/protevus_http_exception.dart';
2018-07-09 16:09:01 +00:00
void main() =>
throw ProtevusHttpException.notFound(message: "Can't find that page!");