Skip to content

Releases: try-php/predict-exception

Release 1.1.0

08 Feb 21:50
Compare
Choose a tag to compare

[Changed]

  • Changed expected type to be throwable to be more responsive.

[Deprecated]

  • CHANGELOG

Release 1.0.0

25 Oct 20:02
Compare
Choose a tag to compare

[Added]

  • PredictExceptionTrait with a predictException Method that checks if a capture throws a specific Kind of exception
  • Docs
  • Tests