mapbox / mapnik-vector-tile

Mapnik implemention of Mapbox Vector Tile specification
BSD 3-Clause "New" or "Revised" License
553 stars 117 forks source link

Add Exception Classes #179

Closed flippmoke closed 7 years ago

flippmoke commented 8 years ago

Currently we use std::runtime_error frequently through out the library, this should be replaced with specific exceptions that relate to the type of processing error that has occurred.