Seth Jones Posted April 4, 2021 Share 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; } } Link to comment Share on other sites More sharing options...
Seth Jones Posted April 10, 2021 Author Share Posted April 10, 2021 Can someone list me a place to find documentation on how to handle errors in IPS suite? Link to comment Share on other sites More sharing options...
Solution Sonya* Posted April 10, 2021 Solution Share Posted April 10, 2021 Daniel F 1 Link to comment Share on other sites More sharing options...
Seth Jones Posted April 10, 2021 Author Share Posted April 10, 2021 Thanks! @Sonya* Link to comment Share on other sites More sharing options...
Recommended Posts