Mohamed Karam
Mohamed Karam
Hexadecimal numbers below 16 can be represented by a single character, potentially leading to uneven string lengths. Maybe we could add a function to replace toString, which internally runs toString...
Late reply but in case someone is looking for it too Use `'except'` Like this ```php return [ 'components' => [ 'log' => [ 'traceLevel' => YII_DEBUG ? 3 :...
> I used this except code, but it's not working. I sentry there are still errors showing up "yii\web\NotFoundHttpException". I tried also just "NotFoundHttpException" with no success. Any ideas? >...