Skip to content

Commit

Permalink
Made InvalidRouteException to inherit from StandardError, not Excepti…
Browse files Browse the repository at this point in the history
…on. 😱
  • Loading branch information
jodosha committed Nov 2, 2014
1 parent 39be56c commit c8b2807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lotus/routing/http_router.rb
Expand Up @@ -15,7 +15,7 @@ module Routing
# given arguments.
#
# @since 0.1.0
class InvalidRouteException < ::Exception
class InvalidRouteException < ::StandardError
end

# HTTP router
Expand Down

0 comments on commit c8b2807

Please sign in to comment.