Add Binary tests
This commit is contained in:
parent
aaa029382a
commit
3890100388
3 changed files with 93 additions and 2 deletions
8
src/FFMpeg/Exception/BinaryNotFoundException.php
Normal file
8
src/FFMpeg/Exception/BinaryNotFoundException.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace FFMpeg\Exception;
|
||||
|
||||
class BinaryNotFoundException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue