diff --git a/NexmoClient/Exceptions/NexmoClientException.php b/NexmoClient/Exceptions/NexmoClientException.php index a628d21..7d84ce9 100644 --- a/NexmoClient/Exceptions/NexmoClientException.php +++ b/NexmoClient/Exceptions/NexmoClientException.php @@ -4,7 +4,7 @@ namespace Jhg\NexmoBundle\NexmoClient\Exceptions; /** * Class NexmoClientException * @package Jhg\NexmoBundle\NexmoClient\Exceptions - * @author Javi Hernández + * @author Javi H. Gil */ class NexmoClientException extends \Exception { diff --git a/NexmoClient/Exceptions/QuotaExcededException.php b/NexmoClient/Exceptions/QuotaExcededException.php index a251c30..56e9c31 100644 --- a/NexmoClient/Exceptions/QuotaExcededException.php +++ b/NexmoClient/Exceptions/QuotaExcededException.php @@ -4,7 +4,7 @@ namespace Jhg\NexmoBundle\NexmoClient\Exceptions; /** * Class QuotaExcededException * @package Jhg\NexmoBundle\NexmoClient\Exceptions - * @author Javi Hernández + * @author Javi H. Gil */ class QuotaExcededException extends NexmoClientException {