angel_http_exception 1.1.0 copy "angel_http_exception: ^1.1.0" to clipboard
angel_http_exception: ^1.1.0 copied to clipboard

Exception class that can be serialized to JSON and serialized to clients.

example/main.dart

import 'package:angel_http_exception/angel_http_exception.dart';

void main() =>
    throw new AngelHttpException.notFound(message: "Can't find that page!");
0
likes
40
pub points
24%
popularity

Publisher

verified publisherangel-dart.dev

Exception class that can be serialized to JSON and serialized to clients.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dart2_constant

More

Packages that depend on angel_http_exception