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

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

public __construct ( string $object, integer $id, mixed $webspaceKey, string $locale )
$object string
$id integer
$webspaceKey mixed
$locale string
    public function __construct($object, $id, $webspaceKey, $locale)
    {
        parent::__construct(sprintf('RouteDefaultsProvider for "%s" not found.', get_class($object)), self::BASE_CODE + 2, $object, $id, $webspaceKey, $locale);
    }
RouteDefaultsProviderNotFoundException