Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace MauticPlugin\MauticSocialBundle\Exception;
|
||||
|
||||
class ExitMonitorException extends \Exception
|
||||
{
|
||||
public function __construct($message = 'Exit monitor requested', $code = 0, ?\Exception $previous = null)
|
||||
{
|
||||
parent::__construct($message, $code, $previous);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user