scram::IOError
For input/output related errors.
#include <error.h>
Inherits from scram::Error, std::exception
Public Functions
| Name | |
|---|---|
| Error(std::string msg)<br>Constructs a new error with a provided message. |
Additional inherited members
Public Functions inherited from scram::Error
| Name | |
|---|---|
| const char * | what() const |
Public Functions Documentation
function Error
cpp
inline explicit Error(
std::string msg
)Constructs a new error with a provided message.
Parameters:
- msg The message to be passed with this error.
Updated on 2025-11-11 at 16:51:07 +0000
