Try to get stuff working
This commit is contained in:
10
src/Exception/MissingKeyException.php
Normal file
10
src/Exception/MissingKeyException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pcm\MetadataBundle\Exception;
|
||||
|
||||
final class MissingKeyException extends \RuntimeException
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user