class Tilia::Dav::Exception::InsufficientStorage

InsufficientStorage

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

Public Instance Methods

http_code() click to toggle source

Returns the HTTP statuscode for this exception

@return int

# File lib/tilia/dav/exception/insufficient_storage.rb, line 12
def http_code
  507
end