| @@ -96,10 +96,8 @@ | ||
| 96 | 96 | } |
| 97 | 97 | |
| 98 | 98 | /** |
| 99 | 99 | * @deprecated 3.0.0 |
| 100 | - * | |
| 101 | - * @throws \Exception If settings validation fails or update operation encounters errors. | |
| 102 | 100 | */ |
| 103 | 101 | protected function save_settings_to_db( array $settings, $id ) { |
| 104 | 102 | throw new \Exception( __CLASS__ . ' is deprecated. Use Plugin::$instance->kits_manager->get_active_kit_for_frontend() instead.' ); |
| 105 | 103 | } |