| 345 | Error(const Error&) = default; |
| 346 | Error(Error&&) = default; |
| 347 | auto operator=(const Error&) -> Error& = default; |
| 348 | auto operator=(Error&&) -> Error& = default; |
| 349 | ~Error() = default; |
| 350 | /// @} |
nothing calls this directly
no outgoing calls
no test coverage detected