platform/packages/support/example/exception_example.dart
2024-11-11 12:47:52 -07:00

4 lines
162 B
Dart

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