Add CoolSMS PHP SDK, and update Composer dependencies

This commit is contained in:
Kijin Sung 2016-11-03 20:19:28 +09:00
parent 40c43e8fa0
commit c719fc0500
242 changed files with 3487 additions and 28983 deletions

View file

@ -0,0 +1,13 @@
<?php
/* vi:set sw=4 ts=4 expandtab: */
namespace Nurigo\Exceptions;
/**
* @class CoolsmsException
* @brief Thrown when an SDK call returns an comprehensive exception.
*/
class CoolsmsException extends \Exception
{
}