Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
ServerErrorException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
<?php
/**
 * @package     OVAC/Hubtel-Payment
 * @link        https://github.com/ovac/hubtel-payment
 *
 * @author      Ariama O. Victor (OVAC) <[email protected]>
 * @link        http://ovac4u.com
 *
 * @license     https://github.com/ovac/hubtel-payment/blob/master/LICENSE
 * @copyright   (c) 2017, Rescope Inc
 */
namespace OVAC\HubtelPayment\Exception;
/**
 * Class ServerErrorException
 * throws OVAC\HubtelPayment\Exception\ServerErrorException
 */
class ServerErrorException extends HubtelException
{
}