Example #1
0
 /** {@inheritdoc} */
 public function afterPerform()
 {
     if ($this->collection->count() === 0) {
         throw new NotFoundHttpException('Object not found');
     }
     parent::afterPerform();
 }