%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/rest/controllers/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/rest/controllers/ErrorController.php |
<?php
/**
* @link https://www.humhub.org/
* @copyright Copyright (c) 2018 HumHub GmbH & Co. KG
* @license https://www.humhub.com/licences
*/
namespace humhub\modules\rest\controllers;
use humhub\modules\rest\components\BaseController;
/**
* Class ErrorController
*/
class ErrorController extends BaseController
{
public function actionNotfound()
{
return $this->returnError(404, 'Requested action not found!');
}
}