Die Anzeige der Ansicht-Tabellen ist erfolgreich.

This commit is contained in:
2021-04-06 16:28:04 +02:00
parent 4da5c1242c
commit 09ffadc596
3 changed files with 131 additions and 1 deletions
@@ -0,0 +1,11 @@
<?php
namespace TorstenHettstedt\TimekeepingApi\Controller;
use Exception;
class NotDatabasesException extends Exception
{
}