image; } public function getString(): string { throw new \Exception('You can only use this method in a concrete implementation'); } public function getMimeType(): string { throw new \Exception('You can only use this method in a concrete implementation'); } }