Rename Exception Interface
This commit is contained in:
parent
01756fa1a8
commit
813289b109
5 changed files with 5 additions and 5 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace FFMpeg\Exception;
|
||||
|
||||
class BinaryNotFoundException extends \Exception implements Exception
|
||||
class BinaryNotFoundException extends \Exception implements ExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace FFMpeg\Exception;
|
||||
|
||||
interface Exception
|
||||
interface ExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace FFMpeg\Exception;
|
||||
|
||||
class InvalidArgumentException extends \InvalidArgumentException implements Exception
|
||||
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace FFMpeg\Exception;
|
||||
|
||||
class LogicException extends \LogicException implements Exception
|
||||
class LogicException extends \LogicException implements ExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace FFMpeg\Exception;
|
||||
|
||||
class RuntimeException extends \RuntimeException implements Exception
|
||||
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue