增加EventException作为事件中异常机制

This commit is contained in:
Li Jianxuan 2015-02-08 11:57:30 +08:00
parent cfa342845b
commit 063cbfc4af
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
/**
* Created by PhpStorm.
* User: liujin834
* Date: 15-2-8
* Time: 上午9:46
*/
namespace Westdc\EventModel;
class EventException extends \Exception{
}