class Tilia::Dav::Exception::ServiceUnavailable
This exception is thrown in case the service is currently not available (e.g. down for maintenance).
Public Instance Methods
http_code()
click to toggle source
Returns the HTTP statuscode for this exception
@return int
# File lib/tilia/dav/exception/service_unavailable.rb, line 12 def http_code 503 end