Move exceptions into a sub-namespace #18
Labels
binary breaking change
enhancement
New feature or request
source breaking change
usability
Make the library easier to use
Milestone
Something I neglected in 1.1.0 is to ensure that users have a decent experience when trying to discover Cursively's API through IntelliSense or the online API browser.
At the moment, all the new exception types added for the header-aware visitor simply live in the top-level "Cursively" namespace, which makes it harder to find the small handful of types that are meant to serve as starting points for the API.
Moving these to a
Cursively.Exceptions
namespace should help with this.This would be a source and binary breaking change.
The text was updated successfully, but these errors were encountered: