37 lines
689 B
YAML
37 lines
689 B
YAML
name: MissingRateLimiterException
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Exception
|
|
type: class
|
|
source: Exception
|
|
properties: []
|
|
methods:
|
|
- name: forLimiter
|
|
visibility: public
|
|
parameters:
|
|
- name: limiter
|
|
comment: '# * Create a new exception for invalid named rate limiter.
|
|
|
|
# *
|
|
|
|
# * @param string $limiter
|
|
|
|
# * @return static'
|
|
- name: forLimiterAndUser
|
|
visibility: public
|
|
parameters:
|
|
- name: limiter
|
|
- name: model
|
|
comment: '# * Create a new exception for an invalid rate limiter based on a model
|
|
property.
|
|
|
|
# *
|
|
|
|
# * @param string $limiter
|
|
|
|
# * @param class-string $model
|
|
|
|
# * @return static'
|
|
traits:
|
|
- Exception
|
|
interfaces: []
|