laravel_exception 0.0.4 laravel_exception: ^0.0.4 copied to clipboard
parse laravel exceptions to dart classes for easier and better handling support 422 - validation ,500 server errors , 404 not found exceptions
0.0.4 #
- update
LValidationException
to use the message attribute instead of the first error message
0.0.3 #
- fix _InternalLinkedHashMap<dynamic, dynamic>' is not a subtype of type ....
0.0.2 #
- support 404
LNotFoundException
- support 500
LServerException
- support 422
LValidationException
- unit tests
0.0.1-beta #
- Initial version.