1 #ifndef OSMIUM_IO_ERROR_HPP
2 #define OSMIUM_IO_ERROR_HPP
47 std::runtime_error(what) {
51 std::runtime_error(what) {
Namespace for everything in the Osmium library.
Definition: assembler.hpp:53
Definition: location.hpp:551
io_error(const std::string &what)
Definition: error.hpp:46
io_error(const char *what)
Definition: error.hpp:50