eZ\Bundle\EzPublishCoreBundle\Tests\EventListener\ExceptionListenerTest::otherExceptionProvider PHP Méthode

otherExceptionProvider() public méthode

    public function otherExceptionProvider()
    {
        return [[new ForbiddenException('foo')], [new LimitationValidationException([])], [new MissingClass('foo')], [new ContentValidationException('foo')], [new ContentTypeValidationException('foo')], [new ContentFieldValidationException([])], [new ContentTypeFieldDefinitionValidationException([])], [new FieldTypeNotFoundException('foo')], [new LimitationNotFoundException('foo')]];
    }