Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\CampaignBundle\Event\Exception;
|
||||
|
||||
use Symfony\Component\Process\Exception\InvalidArgumentException;
|
||||
|
||||
/**
|
||||
* Extends Symfony\Component\Process\Exception\InvalidArgumentException to keep BC.
|
||||
*/
|
||||
class KeyAlreadyRegisteredException extends InvalidArgumentException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user