com php-langspec: fix link: spec/14-classes.md spec/17-exception-handling.md
[email protected] (Stanislav Malyshev) Fri, 01 Jan 2016 22:40:42 +0000
| Newsgroups | php.standards.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: ba565e9ccedd9612c9cdd2b3e414ab9502b83c01 Author: Stanislav Malyshev <[email protected]> Fri, 1 Jan 2016 14:40:42 -0800 Parents: 15133d08c1cf7c5ecdd3ee5b4d02c93407702f00 Branches: master Link: http://git.php.net/?p=php-langspec.git;a=commitdiff;h=ba565e9ccedd9612c9cdd2b3e414ab9502b83c01 Log: fix link Changed paths: M spec/14-classes.md M spec/17-exception-handling.md Diff: diff --git a/spec/14-classes.md b/spec/14-classes.md index e5ccf40..e03f3cd 100644 --- a/spec/14-classes.md +++ b/spec/14-classes.md @@ -2031,7 +2031,7 @@ class Error implements Throwable * [`Throwable`](15-interfaces.md#interface-throwable) -For information about the base interface, see [Throwable](15-interfaces.md#interface-Throwable). +For information about the base interface, see [Throwable](15-interfaces.md#interface-throwable). Note that the methods from Throwable are implemented as `final` in the Error class, which means the extending class can not override them. diff --git a/spec/17-exception-handling.md b/spec/17-exception-handling.md index ed28f0d..2dd91f4 100644 --- a/spec/17-exception-handling.md +++ b/spec/17-exception-handling.md @@ -64,7 +64,7 @@ class Exception implements Throwable For information about exception trace-back and nested exceptions, see [tracing exceptions](#tracing-exceptions). -For information about the base interface, see [Throwable](15-interfaces.md#interface-Throwable). +For information about the base interface, see [Throwable](15-interfaces.md#interface-throwable). Note that the methods from Throwable are implemented as `final` in the Exception class, which means the extending class can not override them.