Sulu\Bundle\PreviewBundle\Preview\Exception\ProviderNotFoundException::__construct PHP Метод

__construct() публичный Метод

public __construct ( string $objectClass )
$objectClass string
    public function __construct($objectClass)
    {
        parent::__construct(sprintf('No provider found for object class "%s"', $objectClass), 9900);
        $this->objectClass = $objectClass;
    }
ProviderNotFoundException