File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616use CodeIgniter \Debug \Timer ;
1717use CodeIgniter \Events \Events ;
1818use CodeIgniter \Exceptions \FrameworkException ;
19+ use CodeIgniter \Exceptions \LogicException ;
1920use CodeIgniter \Exceptions \PageNotFoundException ;
2021use CodeIgniter \Filters \Filters ;
2122use CodeIgniter \HTTP \CLIRequest ;
4142use Kint \Renderer \CliRenderer ;
4243use Kint \Renderer \RichRenderer ;
4344use Locale ;
44- use LogicException ;
4545use Throwable ;
4646
4747/**
Original file line number Diff line number Diff line change 1616use ArrayAccess ;
1717use CodeIgniter \Cookie \Exceptions \CookieException ;
1818use CodeIgniter \Exceptions \InvalidArgumentException ;
19+ use CodeIgniter \Exceptions \LogicException ;
1920use CodeIgniter \I18n \Time ;
2021use Config \Cookie as CookieConfig ;
2122use DateTimeInterface ;
22- use LogicException ;
2323use ReturnTypeWillChange ;
2424
2525/**
Original file line number Diff line number Diff line change 1515
1616use CodeIgniter \Database \BaseConnection ;
1717use CodeIgniter \Database \Exceptions \DatabaseException ;
18- use LogicException ;
18+ use CodeIgniter \ Exceptions \ LogicException ;
1919use mysqli ;
2020use mysqli_result ;
2121use mysqli_sql_exception ;
Original file line number Diff line number Diff line change 1515
1616use CodeIgniter \Exceptions \HTTPExceptionInterface ;
1717use CodeIgniter \Exceptions \InvalidArgumentException ;
18+ use CodeIgniter \Exceptions \LogicException ;
1819use CodeIgniter \Exceptions \RuntimeException ;
1920use CodeIgniter \HTTP \ResponsableInterface ;
2021use CodeIgniter \HTTP \ResponseInterface ;
21- use LogicException ;
2222use Throwable ;
2323
2424/**
Original file line number Diff line number Diff line change 1515
1616use CodeIgniter \Cookie \Cookie ;
1717use CodeIgniter \Exceptions \InvalidArgumentException ;
18+ use CodeIgniter \Exceptions \LogicException ;
1819use CodeIgniter \HTTP \IncomingRequest ;
1920use CodeIgniter \HTTP \Method ;
2021use CodeIgniter \HTTP \Request ;
2526use Config \Cookie as CookieConfig ;
2627use Config \Security as SecurityConfig ;
2728use ErrorException ;
28- use LogicException ;
2929
3030/**
3131 * Class Security
Original file line number Diff line number Diff line change 1313
1414namespace CodeIgniter \Test ;
1515
16- use LogicException ;
16+ use CodeIgniter \ Exceptions \ LogicException ;
1717
1818trait ConfigFromArrayTrait
1919{
Original file line number Diff line number Diff line change 1515
1616use CodeIgniter \CLI \InputOutput ;
1717use CodeIgniter \Exceptions \InvalidArgumentException ;
18+ use CodeIgniter \Exceptions \LogicException ;
1819use CodeIgniter \Test \Filters \CITestStreamFilter ;
1920use CodeIgniter \Test \PhpStreamWrapper ;
20- use LogicException ;
2121
2222final class MockInputOutput extends InputOutput
2323{
Original file line number Diff line number Diff line change 1616use Closure ;
1717use CodeIgniter \Database \BaseConnection ;
1818use CodeIgniter \Exceptions \InvalidArgumentException ;
19+ use CodeIgniter \Exceptions \LogicException ;
1920use CodeIgniter \HTTP \Exceptions \HTTPException ;
2021use CodeIgniter \HTTP \IncomingRequest ;
2122use CodeIgniter \HTTP \Method ;
2425use CodeIgniter \View \RendererInterface ;
2526use Config \Services ;
2627use Config \Validation as ValidationConfig ;
27- use LogicException ;
2828use TypeError ;
2929
3030/**
Original file line number Diff line number Diff line change 1313
1414namespace CodeIgniter \View \Cells ;
1515
16+ use CodeIgniter \Exceptions \LogicException ;
1617use CodeIgniter \Traits \PropertiesTrait ;
17- use LogicException ;
1818use ReflectionClass ;
1919use Stringable ;
2020
You can’t perform that action at this time.
0 commit comments