platform/packages/support/example/exception_example.dart

5 lines
162 B
Dart
Raw Permalink Normal View History

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