src/DomainError.php
<?php
/**
* DomainError Exception
* @author AIZAWA Hina <hina@bouhime.com>
* @copyright 2015 by AIZAWA Hina <hina@bouhime.com>
* @license https://github.com/fetus-hina/docomo-dialogue/blob/master/LICENSE MIT
* @since 0.1.0
*/
namespace jp3cki\docomoDialogue;
/**
* DomainError Exception
*/
class DomainError extends Exception
{
}