getPetById($petId); var_dump($response); } catch (Exception $e) { echo 'Caught exception: ', $e->getMessage(), "\n"; } ?>