Loading src/main/java/at/bitfire/dav4android/DavResource.kt +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ open class DavResource @JvmOverloads constructor( * Sends a MOVE request to this resource. Follows up to [MAX_REDIRECTS] redirects. * * @throws IOException on I/O error * @throws HttpException on HTTP error * @throws DavException on WebDAV error */ @Throws(IOException::class, HttpException::class, DavException::class) Loading Loading
src/main/java/at/bitfire/dav4android/DavResource.kt +1 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ open class DavResource @JvmOverloads constructor( * Sends a MOVE request to this resource. Follows up to [MAX_REDIRECTS] redirects. * * @throws IOException on I/O error * @throws HttpException on HTTP error * @throws DavException on WebDAV error */ @Throws(IOException::class, HttpException::class, DavException::class) Loading