platform/packages/exceptions/example/main.dart
2024-09-28 16:14:48 -07:00

4 lines
150 B
Dart

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