veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
altintegration::StorageIOException Struct Reference

exception which is thrown on any IO errors. More...

Detailed Description

Warning
This is FATAL error, and can not be recovered. If Altchain caught this exception, then POP state MAY BE INVALID.

Definition at line 16 of file storage_io.hpp.

#include <storage_io.hpp>

+ Inheritance diagram for altintegration::StorageIOException:
+ Collaboration diagram for altintegration::StorageIOException:

Public Member Functions

 StorageIOException (const std::string &msg)
 

Constructor & Destructor Documentation

◆ StorageIOException()

altintegration::StorageIOException::StorageIOException ( const std::string &  msg)
inline

Definition at line 17 of file storage_io.hpp.

17: std::domain_error(msg) {}

The documentation for this struct was generated from the following file: