Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
exception.cpp File Reference
#include <fc/exception/exception.hpp>
#include <boost/exception/all.hpp>
#include <fc/log/logger.hpp>
#include <fc/io/json.hpp>
#include <iostream>
Include dependency graph for exception.cpp:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 

Functions

file_not_found_exception parse_error_exception invalid_arg_exception invalid_operation_exception key_not_found_exception bad_cast_exception out_of_range_exception canceled_exception assert_exception eof_exception unknown_host_exception null_optional udt_exception aes_exception overflow_exception fc::underflow_exception (divide_by_zero_exception)) namespace detail
 
void fc::to_variant (const exception &e, variant &v)
 
void fc::from_variant (const variant &e, exception &ll)
 
std::string fc::except_str ()
 
void fc::throw_bad_enum_cast (int64_t i, const char *e)
 
void fc::throw_bad_enum_cast (const char *k, const char *e)
 
bool fc::assert_optional (bool is_valid)
 
void fc::record_assert_trip (const char *filename, uint32_t lineno, const char *expr)