Hi,
I can't capture a last error when execute refine command on oil.
in bootstrap.php
\Event::register('shutdown', function() {
$e = error_get_last();
// $e is null
});
In all of cases $e is empty when create an Exception on script.
It's possible capture the last error on oil -> refine call for logging?
Thanks