make httpexception public
This commit is contained in:
parent
03ae4d8308
commit
fb287a71fa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
/// <summary>
|
||||
/// An exception caused during HTTP reading and parsing.
|
||||
/// </summary>
|
||||
class HttpException : IOException
|
||||
public class HttpException : IOException
|
||||
{
|
||||
public HttpException(string? message, Exception? innerException = null) : base(message, innerException)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue