mirror of
https://github.com/itflow-org/itflow
synced 2026-03-17 11:14:50 +00:00
Remove the vendor directory in .gitignore as these dependencies are needed for php-imap
This commit is contained in:
12
plugins/php-imap/vendor/psr/container/src/ContainerExceptionInterface.php
vendored
Normal file
12
plugins/php-imap/vendor/psr/container/src/ContainerExceptionInterface.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Psr\Container;
|
||||
|
||||
use Throwable;
|
||||
|
||||
/**
|
||||
* Base interface representing a generic exception in a container.
|
||||
*/
|
||||
interface ContainerExceptionInterface extends Throwable
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user