Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
mp::InterruptException Struct Referencefinal

Exception thrown from code executing an IPC call that is interrupted. More...

#include <util.h>

Inheritance diagram for mp::InterruptException:
[legend]
Collaboration diagram for mp::InterruptException:
[legend]

Public Member Functions

 InterruptException (std::string message)
const char * what () const noexcept override

Public Attributes

std::string m_message

Detailed Description

Exception thrown from code executing an IPC call that is interrupted.

Definition at line 278 of file util.h.

Constructor & Destructor Documentation

◆ InterruptException()

mp::InterruptException::InterruptException ( std::string message)
inlineexplicit

Definition at line 279 of file util.h.

Member Function Documentation

◆ what()

const char * mp::InterruptException::what ( ) const
inlineoverridenoexcept

Definition at line 280 of file util.h.

Here is the caller graph for this function:

Member Data Documentation

◆ m_message

std::string mp::InterruptException::m_message

Definition at line 281 of file util.h.


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