Try to get stuff working

This commit is contained in:
brabli
2025-11-27 14:37:29 +00:00
parent d48fb65010
commit 91e21013ec
9 changed files with 118 additions and 96 deletions

View File

@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace Pcm\MetadataBundle\Exception;
final class MissingKeyException extends \RuntimeException
{
}