<?php
/**
* Created by PhpStorm.
* Author:
* Date: 2017/4/17
* Time: 下午6:10
*/
namespace app\common\exceptions;
use Exception;
class AdminException extends ShopException
{
}