Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 332 Bytes

CHANGELOG.md

File metadata and controls

7 lines (4 loc) · 332 Bytes

Changelog

[0.4.10] - 2024-01-10

Added

  • Rather than raising StandardError when ActionKit returns a 500 response we now raise ActionKitRest::Response::UnknownServerError which is a subclass of StandardError. This allows users to rescue from this specific error if they want to handle it differently than other errors.