mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 23:23:37 +01:00
[PR #359] [MERGED] Change HttpClientInitException to extend RuntimeException #517
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/359
Author: @odenix
Created: 3/22/2024
Status: ✅ Merged
Merged: 3/23/2024
Merged by: @bioball
Base:
main← Head:http-init📝 Commits (1)
9f078ddChange HttpClientInitException to extend RuntimeException📊 Changes
1 file changed (+1 additions, -3 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/http/HttpClientInitException.java(+1 -3)📄 Description
PklException is mainly used to indicate errors during evaluation of Pkl code. It isn't a suitable superclass for HttpClientInitException.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.