public function init() { parent::init(); if ($this->blocking) { throw new NotSupportedException(Yii::t('app', 'DbQueue does not support blocking.')); } }