open-orchestra/open-orchestra-cms-bundle

View on GitHub
Backoffice/Exception/StrategyAlreadyCreatedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace OpenOrchestra\Backoffice\Exception;

/**
 * Class StrategyAlreadyCreatedException
 */
class StrategyAlreadyCreatedException extends \Exception
{

}