class Tilia::Dav::Exception::NotAuthenticated

NotAuthenticated

This exception is thrown when the client did not provide valid authentication credentials.

Public Instance Methods

http_code() click to toggle source

Returns the HTTP statuscode for this exception

@return int

# File lib/tilia/dav/exception/not_authenticated.rb, line 12
def http_code
  401
end