platform/packages/support/lib/exceptions.dart

9 lines
196 B
Dart
Raw Permalink Normal View History

/// Support for doing something awesome.
///
/// More dartdocs go here.
library;
export 'src/exceptions/http_exception.dart';
// TODO: Export any libraries intended for clients of this package.