mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
parent
a20eef50e1
commit
8329f5de22
11
library/Icinga/Exception/Http/HttpBadRequestException.php
Normal file
11
library/Icinga/Exception/Http/HttpBadRequestException.php
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Icinga\Exception\Http;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Exception thrown for sending a HTTP 400 response w/ a custom message
|
||||||
|
*/
|
||||||
|
class HttpBadRequestException extends HttpException
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user