save()) { throw new \RuntimeException('Saving error.'); } } public function remove(BannerPlace $place): void { if (!$place->delete()) { throw new \RuntimeException('Removing error.'); } } }