class Copyleaks::RateLimitException
Attributes
reason[R]
Public Class Methods
new()
click to toggle source
# File lib/copyleaks/models/exceptions/rate_limit_exception.rb, line 28 def initialize @reason = 'Too many requests. Please wait before calling again.' end