modify
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
namespace Snowflake\Exception;
|
||||
namespace Kiri\Exception;
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ use Throwable;
|
||||
|
||||
/**
|
||||
* Class AuthException
|
||||
* @package Snowflake\Exception
|
||||
* @package Kiri\Exception
|
||||
*/
|
||||
class AuthException extends \Exception
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Snowflake\Exception;
|
||||
namespace Kiri\Exception;
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ use Throwable;
|
||||
|
||||
/**
|
||||
* Class ComponentException
|
||||
* @package Snowflake\Snowflake\Exception
|
||||
* @package Kiri\Kiri\Exception
|
||||
*/
|
||||
class ComponentException extends \Exception
|
||||
{
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
namespace Snowflake\Exception;
|
||||
namespace Kiri\Exception;
|
||||
|
||||
|
||||
/**
|
||||
* Class ConfigException
|
||||
* @package Snowflake\Exception
|
||||
* @package Kiri\Exception
|
||||
*/
|
||||
class ConfigException extends \Exception
|
||||
{
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Snowflake\Exception;
|
||||
namespace Kiri\Exception;
|
||||
|
||||
/**
|
||||
* Class InitException
|
||||
* @package Snowflake\Exception
|
||||
* @package Kiri\Exception
|
||||
*/
|
||||
class InitException extends \Exception
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Snowflake\Exception;
|
||||
namespace Kiri\Exception;
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ use Throwable;
|
||||
|
||||
/**
|
||||
* Class NotFindClassException
|
||||
* @package Snowflake\Snowflake\Exception
|
||||
* @package Kiri\Kiri\Exception
|
||||
*/
|
||||
class NotFindClassException extends \Exception
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Snowflake\Exception;
|
||||
namespace Kiri\Exception;
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ use Throwable;
|
||||
|
||||
/**
|
||||
* Class NotFindClassException
|
||||
* @package Snowflake\Snowflake\Exception
|
||||
* @package Kiri\Kiri\Exception
|
||||
*/
|
||||
class NotFindPropertyException extends \Exception
|
||||
{
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
namespace Snowflake\Exception;
|
||||
namespace Kiri\Exception;
|
||||
|
||||
|
||||
/**
|
||||
* Class RedisConnectException
|
||||
* @package Snowflake\Exception
|
||||
* @package Kiri\Exception
|
||||
*/
|
||||
class RedisConnectException extends \Exception
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user