Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
datastream.cpp
Go to the documentation of this file.
3
4NO_RETURN void fc::detail::throw_datastream_range_error(char const* method, size_t len, int64_t over)
5{
6 FC_THROW_EXCEPTION( out_of_range_exception, "${method} datastream of length ${len} over by ${over}", ("method",fc::string(method))("len",len)("over",over) );
7}
Defines exception's used by fc.
#define FC_THROW_EXCEPTION(EXCEPTION, FORMAT,...)
NO_RETURN void throw_datastream_range_error(const char *file, size_t len, int64_t over)
Definition datastream.cpp:4
std::string string
Definition string.hpp:10
signed __int64 int64_t
Definition stdint.h:135
#define NO_RETURN
Definition utility.hpp:15
size_t len