1#ifndef OSMIUM_IO_ERROR_HPP
2#define OSMIUM_IO_ERROR_HPP
49 std::runtime_error(what) {
53 std::runtime_error(what) {
#define OSMIUM_EXPORT
Definition compatibility.hpp:54
Namespace for everything in the Osmium library.
Definition assembler.hpp:53
Definition location.hpp:555
io_error(const std::string &what)
Definition error.hpp:48
io_error(const char *what)
Definition error.hpp:52