for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GloBee\PaymentApi\Exceptions\Http;
class ServerErrorException extends HttpException
{
public function __construct()
parent::__construct('Server Error');
}