mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
12 lines
220 B
PHP
12 lines
220 B
PHP
<?php
|
|
/* vi:set sw=4 ts=4 expandtab: */
|
|
|
|
namespace Nurigo\Exceptions;
|
|
|
|
/**
|
|
* @class CoolsmsSDKException
|
|
* @brief Thrown when an SDK call returns an exception.
|
|
*/
|
|
class CoolsmsSDKException extends CoolsmsException
|
|
{
|
|
}
|