41 lines
787 B
YAML
41 lines
787 B
YAML
|
name: TooManyRequestsHttpException
|
||
|
class_comment: '# * @author Ben Ramsey <ben@benramsey.com>
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @see http://tools.ietf.org/html/rfc6585'
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: retryAfter
|
||
|
default: 'null'
|
||
|
- name: message
|
||
|
default: ''''''
|
||
|
- name: previous
|
||
|
default: 'null'
|
||
|
- name: code
|
||
|
default: '0'
|
||
|
- name: headers
|
||
|
default: '[]'
|
||
|
comment: '# * @author Ben Ramsey <ben@benramsey.com>
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @see http://tools.ietf.org/html/rfc6585
|
||
|
|
||
|
# */
|
||
|
|
||
|
# class TooManyRequestsHttpException extends HttpException
|
||
|
|
||
|
# {
|
||
|
|
||
|
# /**
|
||
|
|
||
|
# * @param int|string|null $retryAfter The number of seconds or HTTP-date after
|
||
|
which the request may be retried'
|
||
|
traits: []
|
||
|
interfaces: []
|