diff options
| author | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2024-09-24 10:53:31 +0200 |
|---|---|---|
| committer | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2024-09-24 10:53:31 +0200 |
| commit | 4459dd7917f4d1c34f40bb68f0e991e9c3d53e4c (patch) | |
| tree | 5c07151ae61276d334e88f6309c30d439a85c12e /lib/classes/restapi/RouterHalt.php | |
| parent | da0022e5c1abbf9825ae76debaabdff7e8623bb4 (diff) | |
| parent | 97a188592c679890a25c37ab78463add76a52ff7 (diff) | |
Merge branch 'main' into issue-3911issue-3911
Diffstat (limited to 'lib/classes/restapi/RouterHalt.php')
| -rw-r--r-- | lib/classes/restapi/RouterHalt.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/classes/restapi/RouterHalt.php b/lib/classes/restapi/RouterHalt.php deleted file mode 100644 index 55a2ca1..0000000 --- a/lib/classes/restapi/RouterHalt.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php -namespace RESTAPI; - -/** - * @author <mlunzena@uos.de> - * @license GPL 2 or later - * @since Stud.IP 3.0 - * @deprecated Since Stud.IP 5.0. Will be removed in Stud.IP 6.0. - */ -class RouterHalt extends \Exception -{ - public $response; - - public function __construct($response) - { - parent::__construct(); - $this->response = $response; - } -} |
