Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Seth Jones Posted April 4, 2021 Posted April 4, 2021 How exactly does Invision Power Board handle error logs and messages? Generally we use try catch. catch ( \RuntimeException $e ) { if ( method_exists( get_parent_class(), __FUNCTION__ ) ) { return \call_user_func_array( 'parent::' . __FUNCTION__, \func_get_args() ); } else { throw $e; } }
Seth Jones Posted April 10, 2021 Author Posted April 10, 2021 Can someone list me a place to find documentation on how to handle errors in IPS suite?
Recommended Posts