1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

[ticket/13361] Rename exception to runtime_exception

PHPBB3-13361
This commit is contained in:
Tristan Darricau
2015-01-20 23:08:30 +01:00
parent 8ef238ea73
commit 7fef91afd2
3 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
/**
* Class http_exception
*/
class http_exception extends exception implements HttpExceptionInterface
class http_exception extends runtime_exception implements HttpExceptionInterface
{
/**
* Http status code.