mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 17:54:07 +02:00
Throw the proper exceptions when the connection can't be established
This commit is contained in:
parent
fc12434d28
commit
2ed803907f
4 changed files with 55 additions and 4 deletions
|
|
@ -20,5 +20,11 @@ class NotEmptyException extends \Exception {
|
|||
class ConnectionError extends \Exception {
|
||||
}
|
||||
|
||||
class AuthenticationException extends \Exception {
|
||||
}
|
||||
|
||||
class InvalidHostException extends \Exception {
|
||||
}
|
||||
|
||||
class AccessDeniedException extends \Exception {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue