Current File : /var/www/prestashop/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
<?php

namespace PrestaShop\Module\PsAccounts\Vendor\GuzzleHttp\Exception;

/**
 * Exception when a server error is encountered (5xx codes)
 */
class ServerException extends BadResponseException
{
}