name: HandlerFailedExceptionTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: Envelope type: class source: Symfony\Component\Messenger\Envelope - name: DelayedMessageHandlingException type: class source: Symfony\Component\Messenger\Exception\DelayedMessageHandlingException - name: HandlerFailedException type: class source: Symfony\Component\Messenger\Exception\HandlerFailedException - name: MyOwnChildException type: class source: Symfony\Component\Messenger\Tests\Fixtures\MyOwnChildException - name: MyOwnException type: class source: Symfony\Component\Messenger\Tests\Fixtures\MyOwnException properties: [] methods: - name: testThatStringErrorCodeConvertsToInteger visibility: public parameters: [] comment: null - name: __construct visibility: public parameters: [] comment: null - name: testThatNestedExceptionClassAreFound visibility: public parameters: [] comment: null - name: testThatNestedExceptionClassAreFoundWhenUsingChildException visibility: public parameters: [] comment: null - name: testThatNestedExceptionClassAreNotFoundIfNotPresent visibility: public parameters: [] comment: null - name: testThatWrappedExceptionsRecursive visibility: public parameters: [] comment: null - name: testThatWrappedExceptionsRecursiveStringKeys visibility: public parameters: [] comment: null - name: testThatWrappedExceptionsByClassRecursive visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\Messenger\Envelope - Symfony\Component\Messenger\Exception\DelayedMessageHandlingException - Symfony\Component\Messenger\Exception\HandlerFailedException - Symfony\Component\Messenger\Tests\Fixtures\MyOwnChildException - Symfony\Component\Messenger\Tests\Fixtures\MyOwnException interfaces: []