Banuba SDK
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bnb::runtime_error Class Reference
Inheritance diagram for bnb::runtime_error:
bnb::domain_specific_data bnb::resource_loading_error

Public Member Functions

 runtime_error (std::string domain, std::string message) noexcept
 
- Public Member Functions inherited from bnb::domain_specific_data
const char * domain () const noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from bnb::domain_specific_data
 domain_specific_data (std::string domain) noexcept
 
- Protected Attributes inherited from bnb::domain_specific_data
std::string m_domain
 

Detailed Description

Definition at line 41 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ runtime_error()

bnb::runtime_error::runtime_error ( std::string domain,
std::string message )
inlinenoexcept

Definition at line 44 of file exceptions.hpp.

45 : std::runtime_error(message)
46 , domain_specific_data(std::move(domain))
47 {
48 }

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