Skip to content

Commit 7900de2

Browse files
committed
docs: add @todo
1 parent e52c06f commit 7900de2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

system/Entity/Exceptions/CastException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
/**
1717
* CastException is thrown for invalid cast initialization and management.
18+
*
19+
* @TODO CodeIgniter\Exceptions\CastException is deprecated and this class is used.
20+
* CodeIgniter\Exceptions\CastException has the property $code = EXIT_CONFIG,
21+
* but this class does not have the code.
1822
*/
1923
class CastException extends FrameworkException
2024
{

0 commit comments

Comments
 (0)