<?php /** * @link http://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license http://www.yiiframework.com/license/ */ namespace yii\queue; /** * Error Event. * * @deprecated Will be removed in 3.0. Use ExecEvent instead. * * @author Roman Zhuravlev <zhuravljov@gmail.com> */ class ErrorEvent extends ExecEvent { }