sample_exception 1.0.1+3
sample_exception: ^1.0.1+3 copied to clipboard
Define a generic exception for all project and library. help the Developer code easer with error and exception.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sample_exceptionThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sample_exception: ^1.0.1+3Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sample_exception/sample_exception.dart';