1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00
ampache/modules/Moinax/TvDb/Exception.php
Afterster 90c1c6fbd1 Add Release Groupo MusicBrainz Identifier on albums
Add TheAudioDB and TheTVDB metadata/art plugins
2014-07-26 18:11:50 +02:00

9 lines
No EOL
71 B
PHP

<?php
namespace Moinax\TvDb;
class Exception extends \Exception
{
}