class Tilia::Dav::Exception::RequestedRangeNotSatisfiable

RequestedRangeNotSatisfiable

This exception is normally thrown when the user request a range that is out of the entity bounds.

Public Instance Methods

http_code() click to toggle source

Returns the HTTP statuscode for this exception

@return int

# File lib/tilia/dav/exception/requested_range_not_satisfiable.rb, line 12
def http_code
  416
end