|
const char * | domain () const noexcept |
|
Definition at line 24 of file exceptions.hpp.
◆ domain_specific_data()
bnb::domain_specific_data::domain_specific_data |
( |
std::string | domain | ) |
|
|
inlineexplicitprotectednoexcept |
Definition at line 34 of file exceptions.hpp.
35 : m_domain(std::move(domain))
36 {
37 }
◆ domain()
const char * bnb::domain_specific_data::domain |
( |
| ) |
const |
|
inlinenoexcept |
Definition at line 27 of file exceptions.hpp.
28 {
29 return m_domain.c_str();
30 }
◆ m_domain
std::string bnb::domain_specific_data::m_domain |
|
protected |
The documentation for this class was generated from the following file:
- /Users/itumashyk/Workspace/banuba_sdk/libs/utils/bnb/utils/exceptions.hpp