updated-packages

This commit is contained in:
RafficMohammed
2023-01-08 00:13:22 +05:30
parent 3ff7df7487
commit da241bacb6
12659 changed files with 563377 additions and 510538 deletions

View File

@@ -2,15 +2,19 @@
namespace Doctrine\DBAL\Sharding;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Exception;
/**
* Sharding related Exceptions
*
* @deprecated
*
* @psalm-immutable
*/
class ShardingException extends DBALException
class ShardingException extends Exception
{
/**
* @return \Doctrine\DBAL\Sharding\ShardingException
* @return ShardingException
*/
public static function notImplemented()
{
@@ -18,7 +22,7 @@ class ShardingException extends DBALException
}
/**
* @return \Doctrine\DBAL\Sharding\ShardingException
* @return ShardingException
*/
public static function missingDefaultFederationName()
{
@@ -26,7 +30,7 @@ class ShardingException extends DBALException
}
/**
* @return \Doctrine\DBAL\Sharding\ShardingException
* @return ShardingException
*/
public static function missingDefaultDistributionKey()
{
@@ -34,7 +38,7 @@ class ShardingException extends DBALException
}
/**
* @return \Doctrine\DBAL\Sharding\ShardingException
* @return ShardingException
*/
public static function activeTransaction()
{
@@ -42,7 +46,7 @@ class ShardingException extends DBALException
}
/**
* @return \Doctrine\DBAL\Sharding\ShardingException
* @return ShardingException
*/
public static function noShardDistributionValue()
{
@@ -50,7 +54,7 @@ class ShardingException extends DBALException
}
/**
* @return \Doctrine\DBAL\Sharding\ShardingException
* @return ShardingException
*/
public static function missingDistributionType()
{