|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Exception thrown by handler to signal graceful shutdown. More...
#include <ipc_server.hpp>
Public Member Functions | |
| ShutdownRequested (std::vector< uint8_t > response) | |
| const std::vector< uint8_t > & | response () const |
| const char * | what () const noexcept override |
Private Attributes | |
| std::vector< uint8_t > | response_ |
Exception thrown by handler to signal graceful shutdown.
Carries the response data to be sent before shutting down.
Definition at line 22 of file ipc_server.hpp.
|
inlineexplicit |
Definition at line 26 of file ipc_server.hpp.
|
inline |
Definition at line 29 of file ipc_server.hpp.
|
inlineoverridenoexcept |
Definition at line 30 of file ipc_server.hpp.
|
private |
Definition at line 23 of file ipc_server.hpp.