class Tilia::Dav::Exception::Forbidden

Forbidden

This exception is thrown whenever a user tries to do an operation he's not allowed to

Public Instance Methods

http_code() click to toggle source

Returns the HTTP statuscode for this exception

@return int

# File lib/tilia/dav/exception/forbidden.rb, line 12
def http_code
  403
end