Files
moneyplanner/lib/Service/NotFoundException.php
T
2026-07-05 21:52:31 +02:00

7 lines
105 B
PHP

<?php
namespace OCA\MoneyPlanner\Service;
class NotFoundException extends ServiceException {}
?>