laravel_exception 0.0.2-beta copy "laravel_exception: ^0.0.2-beta" to clipboard
laravel_exception: ^0.0.2-beta copied to clipboard

outdated

parse laravel exception message to dart class with geters to make it simpler

example/laravel_exception_example.dart

import 'package:laravel_exception/laravel_exception.dart';

void main(List<String> args) {
  // if (statusCode == HttpStatus.unprocessableEntity) {
  final data = <String, dynamic>{};
  throw LaravelException.parse(data);
  // }
}
9
likes
0
pub points
70%
popularity

Publisher

verified publishermaxzod.com

parse laravel exception message to dart class with geters to make it simpler

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, meta

More

Packages that depend on laravel_exception