symfony-storage/StorageBundle/Exceptions/MissingStorageAnnotation.php

8 lines
113 B
PHP
Raw Normal View History

2021-07-07 10:24:05 +02:00
<?php
namespace Bluesquare\StorageBundle\Exceptions;
class MissingStorageAnnotation extends \Exception
{
}