seomoz / rep-cpp

Robot exclusion protocol in C++
MIT License
12 stars 5 forks source link

Handle invalid port numbers #17

Closed b4hand closed 7 years ago

b4hand commented 7 years ago

Currently, rep-cpp doesn't wrap any exceptions in its own class, so I'm just letting this exception from url-cpp propagate up.

This is related to seomoz/reppy#46.