platform/packages/exceptions/example/main.dart

3 lines
138 B
Dart

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