Skip to content

Improvements and Adjustments in Exception and DateToTimes Class

Choose a tag to compare

@EwertonDaniel EwertonDaniel released this 03 Dec 13:36
· 40 commits to master since this release
57ab8c0

Replaced the generic Exception with BitfinexUrlNotFoundException, ensuring more precise handling of errors related to Bitfinex URLs.
Updated the convert function in the DateToTimes class for higher precision in returning timestamps in milliseconds. The new implementation uses Carbon's getTimestampMs() method for calculations.