Not Found 📋

Cake\Http\Exception\NotFoundException
APP/Controller/ReportPagesController.php at line 42 (edit)
        ($lngId != 1)? 'ChildReportPages_title_translation.content IS NOT NULL' '',
        'ChildReportPages.template !=' => 'blanc'
      ]);
    })
    ->first()) throw new NotFoundException();
    // get blank pages for breadcrumb
    $blankPages $this->ReportPages->find('list', [ 'valueField' => 'url' ])
    ->where(['ReportPages.template' => 'blanc'])

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