class Tilia::Dav::Exception::NotFound

NotFound

This Exception is thrown when a Node couldn't be found. It returns HTTP error code 404

Public Instance Methods

http_code() click to toggle source

Returns the HTTP statuscode for this exception

@return int

# File lib/tilia/dav/exception/not_found.rb, line 12
def http_code
  404
end