awslabs / aws-crt-php

Apache License 2.0
322 stars 13 forks source link

fix: Undefined function 'AWS\CRT\HTTP\InvalidArgumentException' #102

Closed yslinear closed 11 months ago

yslinear commented 11 months ago

*Issue #, if available:

*Description of changes:

Changed throw InvalidArgumentException to throw new \InvalidArgumentException

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.