nineinchnick\nfy\components\MailQueue::reserve PHP Method

reserve() public method

public reserve ( $subscriber_id = null, $limit )
    public function reserve($subscriber_id = null, $limit = -1)
    {
        throw new NotSupportedException(Yii::t('app', 'MailQueue does not support reserving.'));
    }