cakephp2-php8/lib/Cake/Error
Marc Würth 25a0796865 Correct DocBlock for HttpException
http://api.cakephp.org/2.8/class-HttpException.html

> Class HttpException
> Base class that all Exceptions extend.

Which is actually the short description of  CakeBaseException.

http://api.cakephp.org/2.8/class-CakeBaseException.html

Probably because the DocBlock was placed before the if clause.
2016-04-14 14:42:01 +02:00
..
ErrorHandler.php Removed last typehint Exception 2015-12-07 16:25:14 +01:00
ExceptionRenderer.php Allow ParseError as exception and remove typehint. 2015-11-10 00:14:04 +01:00
exceptions.php Correct DocBlock for HttpException 2016-04-14 14:42:01 +02:00