Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
final class PipedriveClientException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
final class PipedriveConfigurationException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
class PipedriveContactGatewayNotFoundException extends RuntimeException
|
||||
implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PipedriveDealGatewayNotFoundException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PipedriveDealPropertyServiceException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PipedriveDealServiceException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PipedriveEventException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use Xentral\Core\Exception\ModuleExceptionInterface;
|
||||
|
||||
interface PipedriveExceptionInterface extends ModuleExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class PipedriveHttpClientException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PipedriveMetaException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PipedrivePersonPropertyGatewayException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PipedrivePersonPropertyServiceException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PipedrivePersonServiceException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PipedrivePullPersonsTaskException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class PipedriveRequestQueuesException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class PipedriveSchedulerAdapterBadMethodException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\Pipedrive\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class PipedriveValidatorException extends RuntimeException implements PipedriveExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user