Add configurable exception throwing for API errors#27
Conversation
|
@Subterrane 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
…ples Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
|
@copilot is the addition of composer.lock necessary? |
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
You're absolutely right - composer.lock shouldn't be included for a library. I've removed it and added a .gitignore to prevent future accidental commits. Libraries typically don't commit lock files to allow consumers more flexibility with dependency versions. The file was accidentally created during dependency setup. (commit: 5c8f3e2) Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
Both issues have been fixed in commit 0fa2f83:
The repository now properly excludes both dependency files and temporary artifacts as expected for a PHP library. |
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.