Home
last modified time | relevance | path

Searched refs:LengthRequired (Results 1 – 5 of 5) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DLengthRequired.php17 class LengthRequired extends DAV\Exception { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DLengthRequired.php17 class LengthRequired extends DAV\Exception { class
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php140 if (!$len) throw new DAV\Exception\LengthRequired('A Content-Length header is required');
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php140 if (!$len) throw new DAV\Exception\LengthRequired('A Content-Length header is required');
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md877 * Added: `Sabre\DAV\Exception\LengthRequired`.