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

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

78 
79         /** @var Model_Product $product */
80         $product = Sprig::factory('product', array('id' => $id))->load();
81 
82         if (!$product->loaded()) {
83             $this->notFound("Brak produktu o podanym numerze identyfikacyjnym");
84             return;
85         }
86 
87         $visible_cats = Model_Category::getVisibleIds();
88 
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment