carsdotcom / php-request-class

Structure the logic around Guzzle API requests into object-oriented classes
MIT License
2 stars 1 forks source link

getLastLogFile should throw an exception if there are no entries in $this->sentLogs #10

Closed jwadhams closed 3 months ago

jwadhams commented 3 months ago

getLastLogContents throws an exception if there are no logs yet. getLastLogFile should too, but if there are no logs it just returns the folder which is wrong and confusing.

jwadhams commented 3 months ago

Resolved in 1.1.1