Error occured

[ERROR] Post not found in /home/milde/domains/blog.milde.cz/public_html/controllers/Post.php at line 158

155 $table = new Table_Post(); 156 157 $posts = $table->findById($id_post); 158 if (!iterable($posts)) throw new Exception('Post not found', 404); 159 $post = $posts[0]; 160