Exception: Tilia::Dav::Exception::NotImplemented

Inherits:
Tilia::Dav::Exception show all
Defined in:
lib/tilia/dav/exception/not_implemented.rb

Overview

NotImplemented

This exception is thrown when the client tried to call an unsupported HTTP method or other feature

Instance Method Summary collapse

Methods inherited from Tilia::Dav::Exception

#http_headers, #serialize

Instance Method Details

#http_codeObject

Returns the HTTP statuscode for this exception

Returns:

  • int



12
13
14
# File 'lib/tilia/dav/exception/not_implemented.rb', line 12

def http_code
  501
end