Skip to content

Commit

Permalink
Remove unused Journey::Router::RoutingError
Browse files Browse the repository at this point in the history
`Journey::Router::RoutingError` is no longer used since db06d12.
  • Loading branch information
y-yagi committed Nov 18, 2018
1 parent afbe8ac commit 028bd40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions actionpack/lib/action_dispatch/journey/router.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
module ActionDispatch
module Journey # :nodoc:
class Router # :nodoc:
class RoutingError < ::StandardError # :nodoc:
end

attr_accessor :routes

def initialize(routes)
Expand Down

0 comments on commit 028bd40

Please sign in to comment.