wapmorgan / Mp3Info

The fastest PHP library to extract mp3 meta information (duration, bitrate, samplerate and so on) and tags (id3v1, id3v2).
https://wapmorgan.github.io/Mp3Info/
GNU Lesser General Public License v3.0
139 stars 41 forks source link

Fixing 'File not present' exception throw #4

Closed davelima closed 7 years ago

davelima commented 7 years ago

Current code is throwing a wapmorgan\Mp3Info\Exception, which not exists Bug fixed by throwing a \Exception instead

wapmorgan commented 7 years ago

Thanks for PR!