<?php

namespace app\exception;

use Exception;

// 事件异常
class EventException extends Exception
{

}