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