class Tilia::Dav::Exception::NotImplemented
This exception is thrown when the client tried to call an unsupported HTTP method or other feature
Public Instance Methods
http_code()
click to toggle source
Returns the HTTP statuscode for this exception
@return int
# File lib/tilia/dav/exception/not_implemented.rb, line 12 def http_code 501 end