DBXE/classes/Modules/Sipgate/Exception/CurlException.php

10 lines
162 B
PHP

<?php
namespace Xentral\Modules\Sipgate\Exception;
use RuntimeException;
class CurlException extends RuntimeException implements SipgateExceptionInterface
{
}