rhymix/vendor/coolsms/php-sdk/app/Nurigo/Exceptions/CoolsmsSystemException.php

12 lines
229 B
PHP

<?php
/* vi:set sw=4 ts=4 expandtab: */
namespace Nurigo\Exceptions;
/**
* @class CoolsmsSystemException
* @brief Thrown when an System call returns an exception.
*/
class CoolsmsSystemException extends CoolsmsException
{
}