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