Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\LeadBundle\Segment\Exception;
|
||||
|
||||
class FieldNotFoundException extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\LeadBundle\Segment\Exception;
|
||||
|
||||
/**
|
||||
* This exception is risen if functionality requested does not belong to give FilterQueryBuilder.
|
||||
*/
|
||||
class InvalidUseException extends SegmentQueryException
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\LeadBundle\Segment\Exception;
|
||||
|
||||
class PluginHandledFilterException extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\LeadBundle\Segment\Exception;
|
||||
|
||||
class SegmentNotFoundException extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\LeadBundle\Segment\Exception;
|
||||
|
||||
use Doctrine\DBAL\Query\QueryException;
|
||||
|
||||
class SegmentQueryException extends QueryException
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\LeadBundle\Segment\Exception;
|
||||
|
||||
class TableNotFoundException extends SegmentQueryException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user