提交 65b9abf5 编写于 作者: Y Yves Senn

docs, make `ActionNotFound` public API. [ci skip]

This is a follow up to #15058.

This exception is regularly raised during development. This means it will enter
the user realm. We should provide an API page to show that this exception is public API.

/cc @schneems
上级 e927ff37
......@@ -8,7 +8,8 @@ module AbstractController
class Error < StandardError #:nodoc:
end
class ActionNotFound < StandardError #:nodoc:
# Raised when a non-existing controller action is triggered.
class ActionNotFound < StandardError
end
# <tt>AbstractController::Base</tt> is a low-level API. Nobody should be
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册