class Tilia::Dav::Exception::BadRequest
The BadRequest
is thrown when the user submitted an invalid HTTP request BadRequest
Public Instance Methods
http_code()
click to toggle source
Returns the HTTP statuscode for this exception
@return int
# File lib/tilia/dav/exception/bad_request.rb, line 12 def http_code 400 end