Initial commit

This commit is contained in:
2026-07-05 21:52:31 +02:00
commit 93259f5b6d
35 changed files with 2389 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
namespace OCA\MoneyPlanner\Service;
use Exception;
class ServiceException extends Exception {}
?>