Interface und Fehlerklassen für die Repositories bestimmt.

This commit is contained in:
2021-03-30 13:31:18 +02:00
parent e6b9180432
commit 5141fff827
5 changed files with 91 additions and 0 deletions
@@ -0,0 +1,12 @@
<?php
namespace TorstenHettstedt\TimekeepingApi\Repositories;
use Exception;
class RepositoryException extends Exception
{
}