platform/api/symfony/Component/Messenger/Exception/WrappedExceptionsInterface.yaml
2024-09-02 10:44:11 -07:00

30 lines
556 B
YAML

name: WrappedExceptionsInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: getWrappedExceptions
visibility: public
parameters:
- name: class
default: 'null'
- name: recursive
default: 'false'
comment: '# * Exception that holds multiple exceptions thrown by one or more handlers
and/or messages.
# *
# * @author Jeroen <https://github.com/Jeroeny>
# */
# interface WrappedExceptionsInterface extends \Throwable
# {
# /**
# * @return \Throwable[]'
traits: []
interfaces: []