<?php namespace Directus\Exception\Http; use Directus\Exception\Exception; class NotFoundException extends Exception { // status = 400 }