mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Add exceptions for more connection failures
This commit is contained in:
parent
40fa68e426
commit
c8a93a9033
6 changed files with 82 additions and 0 deletions
11
src/Exception/TimeOutException.php
Normal file
11
src/Exception/TimeOutException.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright (c) 2014 Robin Appelman <icewind@owncloud.com>
|
||||
* This file is licensed under the Licensed under the MIT license:
|
||||
* http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
namespace Icewind\SMB\Exception;
|
||||
|
||||
class TimedOutException extends ConnectException {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue