$name()" ); throw new \Exception( 'Failed to instantiate the provider client. Check your error log.' ); } /** * Log and fail calls to static methods. * * @param $name * @param $arguments * * @throws \Exception */ public static function __callStatic( $name, $arguments ) { AS3CF_Error::log( $arguments, __CLASS__ . "::$name()" ); throw new \Exception( 'Failed to instantiate the provider client. Check your error log.' ); } }