Skip to content

Commit

Permalink
chore: Add note to README about error raising
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla authored and niquerio committed Mar 27, 2024
1 parent 160ab73 commit ce1d903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ SFTP.client.ls("directory")
# returns ["file1.txt"]
```
If a failure occurs when an underlying `sftp` command is run, an `SFTP::Error` will be raised.
## Development
Clone the repo
Expand Down

0 comments on commit ce1d903

Please sign in to comment.