We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52c06f commit 7900de2Copy full SHA for 7900de2
1 file changed
system/Entity/Exceptions/CastException.php
@@ -15,6 +15,10 @@
15
16
/**
17
* 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.
22
*/
23
class CastException extends FrameworkException
24
{
0 commit comments