]> git.mxchange.org Git - friendica.git/blob - NotFoundException.php
2d24ccef044736e724c4f158555674dcf6c03bec
[friendica.git] / NotFoundException.php
1 <?php
2
3 namespace Friendica\Network\HTTPException;
4
5 use Friendica\Network\HTTPException;
6
7 class NotFoundException extends HTTPException {
8         var $httpcode = 404;
9 }