| 41 | { |
| 42 | |
| 43 | pdal_error stac_error(std::string id, std::string stacType, |
| 44 | std::string const& msg) |
| 45 | { |
| 46 | return pdal_error("STACError (" + stacType + ": " + id + "): " + msg); |
| 47 | } |
| 48 | |
| 49 | pdal_error stac_error(std::string const& msg) |
| 50 | { |
no outgoing calls
no test coverage detected