Not Found 📋

Cake\Http\Exception\NotFoundException
Toggle Vendor Stack Frames
                'Vehicules.is_active' => true,
                'Vehicules.sur_commande' => true
            ])->first();
        if(!$vehicule)
            throw new NotFoundException();
        $produitsSuggeres $this->_getProduitsSuggeres($vehicule->id);
        $this->set(compact('vehicule''produitsSuggeres'));
    }

If you want to customize this error message, create templates/Error/error400.php