ErrorException [ Fatal Error ]: Call to undefined method Controller_Products::notFound()

MODPATH/veno/shop/frontend/classes/controller/products.php [ 106 ]

101         if (!$adminMode) {
102             $product->visited();
103 
104             foreach ($nodes as $node_id => $node) {
105                 if (!Arr::get($visible_cats, $node_id)) {
106                     $this->notFound("Brak produktu o podanym numerze identyfikacyjnym");
107                     return;
108                 }
109             }
110 
111             if ((!$product->active || Arr::get($manufacturers_not_visible, $product->manufacturer->id))
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment