wkcrm/extend/alimsg/msg_sdk/lib/MNS/Exception/SubscriptionAlreadyExistExc...

11 lines
146 B

<?php
namespace AliyunMNS\Exception;
use AliyunMNS\Exception\MnsException;
class SubscriptionAlreadyExistException extends MnsException
{
}
?>