nexmo-bundle/NexmoClient/Exceptions/NexmoClientException.php

11 lines
241 B
PHP
Raw Permalink Normal View History

<?php
namespace Jhg\NexmoBundle\NexmoClient\Exceptions;
/**
* Class NexmoClientException
* @package Jhg\NexmoBundle\NexmoClient\Exceptions
2014-06-06 20:15:45 +00:00
* @author Javi H. Gil <javihgil@gmail.com>
*/
class NexmoClientException extends \Exception {
}