mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 10:22:54 +00:00
6 lines
70 B
PHP
6 lines
70 B
PHP
|
<?php
|
||
|
|
||
|
namespace phpnut;
|
||
|
|
||
|
class phpnutException extends \Exception {}
|