Definition at line 61 of file exceptions.hpp.
◆ resource_loading_error()
bnb::resource_loading_error::resource_loading_error |
( |
std::string | domain, |
|
|
std::string | message, |
|
|
std::string | resource ) |
|
inlinenoexcept |
Definition at line 64 of file exceptions.hpp.
68 , m_resource(std::move(resource))
69 {
70 }
◆ resource()
const char * bnb::resource_loading_error::resource |
( |
| ) |
const |
|
inlinenoexcept |
Definition at line 72 of file exceptions.hpp.
73 {
74 return m_resource.c_str();
75 }
◆ m_resource
std::string bnb::resource_loading_error::m_resource |
|
protected |
The documentation for this class was generated from the following file:
- /Users/itumashyk/Workspace/banuba_sdk/libs/utils/bnb/utils/exceptions.hpp