mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-21 08:50:26 -05:00
11 lines
178 B
PHP
11 lines
178 B
PHP
<?php
|
|
|
|
namespace Icinga\Exception\Http;
|
|
|
|
/**
|
|
* Exception thrown for sending a HTTP 400 response w/ a custom message
|
|
*/
|
|
class HttpBadRequestException extends HttpException
|
|
{
|
|
|
|
}
|