1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/abstract/exceptions.rb
Yehuda Katz + Carl Lerche 0cac68d3be Revert "Whitespace!"
This reverts commit a747ab5b20.
2009-05-11 15:03:24 -07:00

3 lines
No EOL
74 B
Ruby

module AbstractController
class ActionNotFound < StandardError ; end
end