Silent Exceptions
By default, purity silences its own exceptions. to change that behavior change the silent
index to false
in the config file.
// configs/purity.php
'silent' => false,
By default, purity silences its own exceptions. to change that behavior change the silent
index to false
in the config file.
// configs/purity.php
'silent' => false,