* @license GPL 2 or later * @since Stud.IP 3.0 * @deprecated Since Stud.IP 5.0. Will be removed in Stud.IP 5.2. */ class RouterHalt extends \Exception { public function __construct($response) { $this->response = $response; } }