<?php namespace Exception; /** * Error404 * throw it before AController::start to get a 404 error **/ class Error404 extends \Exception { }