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