mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
13 lines
227 B
PHP
13 lines
227 B
PHP
<?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
|
|
{
|
|
|
|
}
|