mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
21 lines
263 B
ReStructuredText
21 lines
263 B
ReStructuredText
NotFoundResponse
|
|
================
|
|
|
|
|
|
Pure hader response, Just return 404 status to the browser
|
|
|
|
|
|
.. php:namespace:: OCA\AppFramework\Http
|
|
.. php:class:: NotFoundResponse
|
|
|
|
|
|
|
|
|
|
.. php:method:: __construct()
|
|
|
|
|
|
|
|
Creates a response that just returns 404 status
|
|
|
|
|