Exception thrown when the core C library returns an invalid value for any of the line_info properties.
More...
#include <exception.hpp>
Exception thrown when the core C library returns an invalid value for any of the line_info properties.
Definition at line 113 of file exception.hpp.
gpiod::bad_mapping::bad_mapping |
( |
const ::std::string & |
what | ) |
|
|
explicit |
Constructor.
- Parameters
-
what | Human readable reason for error. |
gpiod::bad_mapping::bad_mapping |
( |
const bad_mapping & |
other | ) |
|
|
noexcept |
Copy constructor.
- Parameters
-
other | Object to copy from. |
gpiod::bad_mapping::bad_mapping |
( |
bad_mapping && |
other | ) |
|
|
noexcept |
Move constructor.
- Parameters
-
Assignment operator.
- Parameters
-
other | Object to copy from. |
- Returns
- Reference to self.
Move assignment operator.
- Parameters
-
- Returns
- Reference to self.
The documentation for this class was generated from the following file: