nexmo-bundle/NexmoClient/Exceptions/QuotaExcededException.php

11 lines
253 B
PHP
Raw Normal View History

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