updated-packages
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user