mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 12:40:32 +09:00
Update to laravel 7
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Http\Client\Common\Exception;
|
||||
|
||||
use Http\Client\Exception\HttpException;
|
||||
@@ -9,6 +11,6 @@ use Http\Client\Exception\HttpException;
|
||||
*
|
||||
* @author Joel Wurtz <joel.wurtz@gmail.com>
|
||||
*/
|
||||
class ServerErrorException extends HttpException
|
||||
final class ServerErrorException extends HttpException
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user