ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Sabre\DAV\Exception\InsufficientStorage Class Reference

InsufficientStorage. More...

+ Inheritance diagram for Sabre\DAV\Exception\InsufficientStorage:
+ Collaboration diagram for Sabre\DAV\Exception\InsufficientStorage:

Public Member Functions

 getHTTPCode ()
 Returns the HTTP statuscode for this exception. More...
 
- Public Member Functions inherited from Sabre\DAV\Exception
 getHTTPCode ()
 Returns the HTTP statuscode for this exception. More...
 
 serialize (Server $server, \DOMElement $errorNode)
 This method allows the exception to include additional information into the WebDAV error response. More...
 
 getHTTPHeaders (Server $server)
 This method allows the exception to return any extra HTTP response headers. More...
 

Detailed Description

InsufficientStorage.

This Exception can be thrown, when for example a harddisk is full or a quota is exceeded

Author
Evert Pot (http://evertpot.com/) http://sabre.io/license/ Modified BSD License

Definition at line 16 of file InsufficientStorage.php.

Member Function Documentation

◆ getHTTPCode()

Sabre\DAV\Exception\InsufficientStorage::getHTTPCode ( )

Returns the HTTP statuscode for this exception.

Returns
int

Definition at line 23 of file InsufficientStorage.php.

23  {
24 
25  return 507;
26 
27  }

The documentation for this class was generated from the following file: