8889841chome/clixcotz/lions.clix.co.tz/wp-content/plugins/give/src/Framework/Exceptions/Traits/Loggable.php000064400000001676150515333510027535 0ustar00getMessage(); } /** * Returns an array with the basic context details * * @since 2.21.0 Log meaningful data instead of entire exception object. * @since 2.11.1 * * @return array */ public function getLogContext(): array { return [ 'category' => 'Uncaught Exception', 'exception' => [ 'File' => basename($this->getFile()), 'Line' => $this->getLine(), 'Message' => $this->getMessage(), 'Code' => $this->getCode() ] ]; } }