DaveChild / Text-Statistics

Generate information about text including syllable counts and Flesch-Kincaid, Gunning-Fog, Coleman-Liau, SMOG and Automated Readability scores.
https://readable.com/
BSD 2-Clause "Simplified" License
446 stars 107 forks source link

Updated Exception to use root namespace #40

Closed maxleaver closed 7 years ago

maxleaver commented 7 years ago

Noticed a reference to Exception was not namespaced and was causing errors on my PHP 7 install. Added an explicit root namespace.

DaveChild commented 7 years ago

Thanks, had a couple of these, and appreciate the commit.