32 lines
681 B
YAML
32 lines
681 B
YAML
name: ServiceUnavailableHttpException
|
|
class_comment: '# * @author Ben Ramsey <ben@benramsey.com>'
|
|
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>
|
|
|
|
# */
|
|
|
|
# class ServiceUnavailableHttpException extends HttpException
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * @param int|string|null $retryAfter The number of seconds or HTTP-date after
|
|
which the request may be retried'
|
|
traits: []
|
|
interfaces: []
|