File size: 205 Bytes
d2897cd
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Mautic\CampaignBundle\Executioner\Scheduler\Exception;

/**
 * @deprecated since Mautic 5.0, to be removed in 6.0 with no replacement.
 */
class NotTimeYetException extends \Exception
{
}