com php-langspec: update TOC: spec/00-specification-for-php.md

[email protected] (Stanislav Malyshev) Sat, 02 Jan 2016 02:29:50 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    f7fb58d2cebdee290a5d6a4b64828e40d70edf7d
Author:    Stanislav Malyshev <[email protected]>         Fri, 1 Jan 2016 18:29:50 -0800
Parents:   8608f11da671bf614dc3db934f535e51908b88e5
Branches:  master

Link:       http://git.php.net/?p=php-langspec.git;a=commitdiff;h=f7fb58d2cebdee290a5d6a4b64828e40d70edf7d

Log:
update TOC

Changed paths:
  M  spec/00-specification-for-php.md


Diff:
diff --git a/spec/00-specification-for-php.md b/spec/00-specification-for-php.md
index 0188b61..782271c 100644
--- a/spec/00-specification-for-php.md
+++ b/spec/00-specification-for-php.md
@@ -110,7 +110,7 @@ is distributed without any warranty.
       - [list](10-expressions.md#list)
       - [print](10-expressions.md#print)
       - [unset](10-expressions.md#unset)
-    - [Anonymous Function-Creation](10-expressions.md#anonymous-function-creation)
+    - [Anonymous Function Creation](10-expressions.md#anonymous-function-creation)
   - [Postfix Operators](10-expressions.md#postfix-operators)
     - [General](10-expressions.md#general-3)
     - [The `clone` Operator](10-expressions.md#the-clone-operator)
@@ -227,6 +227,13 @@ is distributed without any warranty.
     - [Class `Generator`](14-classes.md#class-generator)
     - [Class `__PHP_Incomplete_Class`](14-classes.md#class-__php_incomplete_class)
     - [Class `stdClass`](14-classes.md#class-stdclass)
+    - [Predefined Error Classes](14-classes.md#predefined-error-classes)
+      - [Class `Error`](14-classes.md#class-error)
+      - [Class `ArithmeticError`](14-classes.md#class-arithmeticerror)
+      - [Class `AssertionError`](14-classes.md#class-assertionerror)
+      - [Class `DivisionByZeroError`](14-classes.md#class-divisionbyzeroerror)
+      - [Class `ParseError`](14-classes.md#class-parseerror)
+      - [Class `TypeError`](14-classes.md#class-typeerror)
 - [Interfaces](15-interfaces.md#interfaces)
   - [General](15-interfaces.md#general)
   - [Interface Declarations](15-interfaces.md#interface-declarations)
@@ -237,6 +244,7 @@ is distributed without any warranty.
     - [Interface `ArrayAccess`](15-interfaces.md#interface-arrayaccess)
     - [Interface `Iterator`](15-interfaces.md#interface-iterator)
     - [Interface `IteratorAggregate`](15-interfaces.md#interface-iteratoraggregate)
+    - [Interface `Throwable`](15-interfaces.md#interface-throwable)
     - [Interface `Traversable`](15-interfaces.md#interface-traversable)
     - [Interface  `Serializable`](15-interfaces.md#interface--serializable)
 - [Traits](16-traits.md#traits)