Fehler beseitigt, die beim Schreiben der Tests auffielen.

This commit is contained in:
2021-03-31 15:39:35 +02:00
parent 7e8d4fbdf4
commit 610e892063
2 changed files with 4 additions and 4 deletions
@@ -0,0 +1,10 @@
<?php
namespace TorstenHettstedt\TimekeepingApi\Repositories;
class RepositoryModelAlreadyExists extends RepositoryException
{
}