cakephp / chronos

A standalone DateTime library originally based off of Carbon
http://book.cakephp.org/chronos
MIT License
1.34k stars 61 forks source link

Re-introduce Chronos::getLastErrors() #409

Closed othercorey closed 10 months ago

othercorey commented 10 months ago

closes https://github.com/cakephp/chronos/issues/407

Parse errors will throw an exception with the errors collapsed into a string, but users might want to access the raw error data.

markstory commented 10 months ago

Looks good to me.