platform/packages/http_exception/README.md

10 lines
602 B
Markdown
Raw Normal View History

2021-05-14 06:11:50 +00:00
# angel3_http_exception
2021-05-15 02:54:41 +00:00
[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_http_exception)
2021-05-14 03:57:54 +00:00
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
2021-05-15 02:54:41 +00:00
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
2021-05-14 03:57:54 +00:00
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/http_exception)
2019-02-11 00:21:39 +00:00
Exception class that can be serialized to JSON and serialized to clients.
2017-09-22 04:33:10 +00:00
Angel's HTTP exception class.