timestee / dart-webdav

A Easy WebDAV Client in Dart
https://github.com/timestee/dart-webdav
The Unlicense
28 stars 14 forks source link

Add status code to WebDavException #8

Closed branzhu closed 4 years ago

branzhu commented 4 years ago

Add status code to WebDavException, so that user can easily check the status code. It is useful like when using ls() to check if a path exists.