symfony-storage/StorageBundle/Exceptions/MissingStorageAnnotation.php

8 lines
113 B
PHP
Raw Permalink Normal View History

2019-02-21 12:28:32 +01:00
<?php
namespace Bluesquare\StorageBundle\Exceptions;
class MissingStorageAnnotation extends \Exception
{
}