getMessage(), $e->getFile(), $e->getLine() ); if (class_exists('\GFCommon')) { \GFCommon::log_error($message); } elseif (function_exists('error_log')) { error_log($message); } if (function_exists('do_action')) { do_action('esp_instanda_throwable', $e); } } }