Harmonize exceptions

This commit is contained in:
Romain Neutron 2012-04-24 23:05:00 +02:00
commit 8a3c5e7941
5 changed files with 21 additions and 4 deletions

View file

@ -11,7 +11,7 @@
namespace FFMpeg\Exception;
class LogicException extends \LogicException
class LogicException extends \LogicException implements Exception
{
}