1 | <?php |
||
17 | class DummyHexRepository extends BaseRepository |
||
18 | { |
||
19 | /** |
||
20 | * DummyRepository constructor. |
||
21 | * |
||
22 | * @param DbDriverInterface $dbDriver |
||
23 | * |
||
24 | * @throws ConfigNotFoundException |
||
25 | * @throws EnvironmentException |
||
26 | * @throws InvalidArgumentException |
||
27 | * @throws KeyNotFoundException |
||
28 | * @throws \ByJG\MicroOrm\Exception\InvalidArgumentException |
||
29 | * @throws OrmModelInvalidException |
||
30 | * @throws ReflectionException |
||
31 | */ |
||
32 | public function __construct(DbDriverInterface $dbDriver) |
||
46 | } |
||
47 |