Skip to content

Commit

Permalink
[zh_CN] zh/development/exceptions.rst
Browse files Browse the repository at this point in the history
remove extra semicolon(;)
  • Loading branch information
blackpuppy committed Mar 25, 2015
1 parent aab21d8 commit f43a163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions en/development/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ could do the following::

.. index:: appError

Using AppController::appError();
================================
Using AppController::appError()
===============================

Implementing this method is an alternative to implementing a custom exception
handler. It's primarily provided for backwards compatibility, and is not
Expand Down
4 changes: 2 additions & 2 deletions zh/development/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ RESTful 响应。

.. index:: appError

使用 AppController::appError();
================================
使用 AppController::appError()
==============================

实现该方法是实现自定义异常处理器的另一种方法。这主要是为向后兼容而提供的,新的
应用程序不建议使用。会调用这个控制器方法,而不会调用默认的异常渲染过程。这只接受
Expand Down

0 comments on commit f43a163

Please sign in to comment.