hanami-router/lib/hanami
Tim Riley d4f7a677a3
Update API docs for 2.0 (#236)
Updated API docs for 2.0; now nothing public is left undocumented.

Key changes:

- Rename `InvalidRouteException` to `MissingRouteError`
- Rename `InvalidRouteExpansionException` to `InvalidRouteExpansionError`
- Rename `hanami/router/error.rb` to `errors.rb` for consistency with our other codebases
- Make `UrlHelpers` private. This is an internal class and its behaviour is exposed by already-public methods on router. I think this one must have been mislabeled as public in the first place.
- Keep `Inspector` as public, and document `Route` as public to go along with it.
2022-11-08 19:49:00 +11:00
..
middleware Update API docs for 2.0 (#236) 2022-11-08 19:49:00 +11:00
router Update API docs for 2.0 (#236) 2022-11-08 19:49:00 +11:00
router.rb Update API docs for 2.0 (#236) 2022-11-08 19:49:00 +11:00