blob: 60288153be34173c4c08e45fd0a0c1736a6212ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// 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;
}
|