LeviLamina
Loading...
Searching...
No Matches
detail.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace xbox::httpclient::detail {
6// functions
7// NOLINTBEGIN
8MCNAPI long StdBadAllocToResult(::std::bad_alloc const& e, char const* file, uint line);
9
10MCNAPI long StdExceptionToResult(::std::exception const& e, char const* file, uint line);
11
12MCNAPI long UnknownExceptionToResult(char const* file, uint line);
13// NOLINTEND
14
15} // namespace xbox::httpclient::detail