eZ\Bundle\EzPublishCoreBundle\Tests\EventListener\ExceptionListenerTest::otherExceptionProvider PHP Method

otherExceptionProvider() public method

    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')]];
    }