1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica-addons.git synced 2025-07-13 03:48:49 +00:00
friendica-addons/pnut/lib/phpnutException.php
2024-02-20 17:53:21 -08:00

5 lines
70 B
PHP

<?php
namespace phpnut;
class phpnutException extends \Exception {}