filsh\yii2\oauth2server\filters\ErrorToExceptionFilter::events PHP Method

events() public method

public events ( )
    public function events()
    {
        return [Controller::EVENT_AFTER_ACTION => 'afterAction'];
    }
ErrorToExceptionFilter