<?php
namespace AliyunMNS\Exception;

use AliyunMNS\Exception\MnsException;

class TopicAlreadyExistException extends MnsException
{
}

?>