mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-22 09:20:35 -05:00
11 lines
176 B
PHP
11 lines
176 B
PHP
<?php
|
|
|
|
namespace Icinga\Exception\Http;
|
|
|
|
/**
|
|
* Exception thrown for sending a HTTP 404 response w/ a custom message
|
|
*/
|
|
class HttpNotFoundException extends HttpException
|
|
{
|
|
|
|
}
|