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

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

public __construct ( InvalidArgumentException $exception, integer $object, mixed $id, string $webspaceKey, string $locale )
$exception InvalidArgumentException
$object integer
$id mixed
$webspaceKey string
$locale string
    public function __construct(\InvalidArgumentException $exception, $object, $id, $webspaceKey, $locale)
    {
        parent::__construct($exception->getMessage(), self::BASE_CODE + 4, $object, $id, $webspaceKey, $locale, $exception);
    }
TemplateNotFoundException