@@ -58,6 +58,9 @@ |
||
| 58 | 58 | 113 => NoRouteToHostException::class |
| 59 | 59 | ]; |
| 60 | 60 | |
| 61 | + /** |
|
| 62 | + * @param null|string $path |
|
| 63 | + */ |
|
| 61 | 64 | protected function handleError(?string $path): void { |
| 62 | 65 | /** @var int $error */ |
| 63 | 66 | $error = smbclient_state_errno($this->state); |