// // available at http://getid3.sourceforge.net // // or http://www.getid3.org // // also https://github.com/JamesHeinrich/getID3 // ///////////////////////////////////////////////////////////////// namespace ID3Parser\getID3; class getid3_exception extends \Exception { public $message; }