Add UnroutableSmsMessageException

This commit is contained in:
Javier Hernández Gil
2014-04-08 01:27:44 +02:00
parent 7de3c7aea9
commit 661df5ac9e
3 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace Jhg\NexmoBundle\NexmoClient\Exceptions;
/**
* Class UnroutableSmsMessageException
* @package Jhg\NexmoBundle\NexmoClient\Exceptions
* @author Javi Hernández
*/
class UnroutableSmsMessageException extends \Exception {
}