We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a3718 commit 533c234Copy full SHA for 533c234
README.md
@@ -43,7 +43,7 @@ Prop.configure(:mails_per_hour, threshold: 0, interval: 1.hour, description: "Al
43
```
44
45
```ruby
46
-# Throws Prop::RateLimitExceededError if the threshold/interval has been reached
+# Throws Prop::RateLimited if the threshold/interval has been reached
47
Prop.throttle!(:mails_per_hour)
48
49
# Prop can be used to guard a block of code
0 commit comments