platform/packages/exceptions/example/main.dart

5 lines
150 B
Dart
Raw Permalink Normal View History

import 'package:platform_exceptions/http_exception.dart';
2024-09-28 23:14:48 +00:00
void main() =>
throw PlatformHttpException.notFound(message: "Can't find that page!");