nexmo-bundle/NexmoClient/Exceptions/QuotaExcededException.php

11 lines
253 B
PHP
Raw Permalink Normal View History

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