struct bad_exception

Declaration

struct bad_exception : public std::bad_exception { /* full declaration omitted */ };

Declared at: libs/pika/errors/include/pika/errors/exception.hpp:241

Inherits from: std::bad_exception

Method Overview

Methods

bad_exception(const std::string& w)

Declared at: libs/pika/errors/include/pika/errors/exception.hpp:247

Parameters

const std::string& w

const char* what() const noexcept

Declared at: libs/pika/errors/include/pika/errors/exception.hpp:254

~bad_exception() noexcept

Declared at: libs/pika/errors/include/pika/errors/exception.hpp:252