class Tilia::Dav::Exception::PaymentRequired
Payment Required
The PaymentRequired
exception may be thrown in a case where a user must pay to access a certain resource or operation.
Public Instance Methods
http_code()
click to toggle source
Returns the HTTP statuscode for this exception
@return int
# File lib/tilia/dav/exception/payment_required.rb, line 12 def http_code 402 end