parent
981278a666
commit
2340f4f2d5
@ -0,0 +1,11 @@ |
||||
<?php |
||||
/** |
||||
* Copyright (c) 2020 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 ConnectionAbortedException extends ConnectException { |
||||
} |
||||
@ -0,0 +1,11 @@ |
||||
<?php |
||||
/** |
||||
* Copyright (c) 2020 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 ConnectionResetException extends ConnectException { |
||||
} |
||||
Loading…
Reference in new issue