mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Rename namespace of CookieException (#4544)
This commit is contained in:
parent
4841326693
commit
e8efe58e83
@ -13,11 +13,11 @@ use CodeIgniter\Cache\CacheInterface;
|
||||
use CodeIgniter\Config\Factories;
|
||||
use CodeIgniter\Cookie\Cookie;
|
||||
use CodeIgniter\Cookie\CookieStore;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\Database\BaseConnection;
|
||||
use CodeIgniter\Database\ConnectionInterface;
|
||||
use CodeIgniter\Debug\Timer;
|
||||
use CodeIgniter\Files\Exceptions\FileNotFoundException;
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\HTTP\Exceptions\HTTPException;
|
||||
use CodeIgniter\HTTP\RedirectResponse;
|
||||
use CodeIgniter\HTTP\RequestInterface;
|
||||
|
@ -12,7 +12,7 @@
|
||||
namespace CodeIgniter\Cookie;
|
||||
|
||||
use ArrayAccess;
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use Config\App;
|
||||
use Config\Cookie as CookieConfig;
|
||||
use DateTimeInterface;
|
||||
|
@ -12,7 +12,7 @@
|
||||
namespace CodeIgniter\Cookie;
|
||||
|
||||
use ArrayIterator;
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use Countable;
|
||||
use IteratorAggregate;
|
||||
use Traversable;
|
||||
|
@ -9,7 +9,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace CodeIgniter\HTTP\Exceptions;
|
||||
namespace CodeIgniter\Cookie\Exceptions;
|
||||
|
||||
use CodeIgniter\Exceptions\FrameworkException;
|
||||
|
@ -13,7 +13,7 @@ namespace CodeIgniter\HTTP;
|
||||
|
||||
use CodeIgniter\Cookie\Cookie;
|
||||
use CodeIgniter\Cookie\CookieStore;
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\HTTP\Exceptions\HTTPException;
|
||||
use Config\App;
|
||||
use Config\ContentSecurityPolicy as CSPConfig;
|
||||
|
@ -13,7 +13,7 @@ namespace CodeIgniter\HTTP;
|
||||
|
||||
use CodeIgniter\Cookie\Cookie;
|
||||
use CodeIgniter\Cookie\CookieStore;
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\HTTP\Exceptions\HTTPException;
|
||||
use CodeIgniter\Pager\PagerInterface;
|
||||
use Config\Services;
|
||||
|
@ -3,7 +3,7 @@
|
||||
namespace CodeIgniter\Cookie;
|
||||
|
||||
use CodeIgniter\Cookie\CookieStore;
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use DateTimeImmutable;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
|
@ -3,7 +3,7 @@
|
||||
namespace CodeIgniter\Cookie;
|
||||
|
||||
use CodeIgniter\Cookie\Cookie;
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\Cookie as CookieConfig;
|
||||
use DateTimeImmutable;
|
||||
|
@ -3,7 +3,7 @@ namespace CodeIgniter\HTTP;
|
||||
|
||||
use CodeIgniter\Cookie\Cookie;
|
||||
use CodeIgniter\Cookie\CookieStore;
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use Config\App;
|
||||
use Config\Cookie as CookieConfig;
|
||||
|
@ -3,7 +3,7 @@
|
||||
namespace CodeIgniter\HTTP;
|
||||
|
||||
use CodeIgniter\Config\Factories;
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\HTTP\Exceptions\HTTPException;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockResponse;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace CodeIgniter\Helpers;
|
||||
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\HTTP\IncomingRequest;
|
||||
use CodeIgniter\HTTP\URI;
|
||||
use CodeIgniter\HTTP\UserAgent;
|
||||
|
@ -3,7 +3,7 @@
|
||||
namespace CodeIgniter\Session;
|
||||
|
||||
use CodeIgniter\Config\Factories;
|
||||
use CodeIgniter\HTTP\Exceptions\CookieException;
|
||||
use CodeIgniter\Cookie\Exceptions\CookieException;
|
||||
use CodeIgniter\Session\Handlers\FileHandler;
|
||||
use CodeIgniter\Test\CIUnitTestCase;
|
||||
use CodeIgniter\Test\Mock\MockSession;
|
||||
|
Loading…
x
Reference in New Issue
Block a user