增加EventException作为事件中异常机制
This commit is contained in:
parent
cfa342845b
commit
063cbfc4af
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: liujin834
|
||||
* Date: 15-2-8
|
||||
* Time: 上午9:46
|
||||
*/
|
||||
|
||||
namespace Westdc\EventModel;
|
||||
|
||||
|
||||
class EventException extends \Exception{
|
||||
|
||||
}
|
Loading…
Reference in New Issue