Fix exceptions handlers

This commit is contained in:
Romain Neutron 2012-04-13 15:21:52 +02:00
commit 32de2b39da
5 changed files with 58 additions and 10 deletions

View file

@ -0,0 +1,17 @@
<?php
/*
* This file is part of PHP-FFmpeg.
*
* (c) Alchemy <info@alchemy.fr>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace FFMpeg\Exception;
class LogicException extends \LogicException
{
}