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

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

108                 }
109             }
110 
111             if ((!$product->active || Arr::get($manufacturers_not_visible, $product->manufacturer->id))
112                 && $product->status->id != Kohana::config('products.status_unavailable')) {
113                 $this->notFound("Brak produktu o podanym numerze identyfikacyjnym");
114             }
115         } elseif (!self::isVisible($nodes, $visible_cats, $product, $manufacturers_not_visible)) {
116             Msg::warning('Jesteś zalogowany jako administrator');
117             Msg::warning('Produkt który widzisz nie jest widoczny dla klientów sklepu');
118         }
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment