Interface und Fehlerklassen für die Repositories bestimmt.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace TorstenHettstedt\TimekeepingApi\Repositories;
|
||||
|
||||
|
||||
use Exception;
|
||||
|
||||
class RepositoryException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user