feat(share) : source de fichiers SMB (FileSource + SmbFileSource)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Share\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class ShareConnectionException extends RuntimeException {}
|
||||
Reference in New Issue
Block a user