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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user