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

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

public __construct ( string $token )
$token string
    public function __construct($token)
    {
        parent::__construct(sprintf('Token "%s" not found', $token));
        $this->token = $token;
    }
TokenNotFoundException