Skip to content

Commit

Permalink
refactor: Update NetworkException kDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Oct 15, 2024
1 parent 87a3856 commit c5e0ebc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ import io.ktor.utils.io.errors.IOException
/**
* Thrown when a network-related error occurs, such as connectivity issues or timeouts.
*
* This exception is used to represent errors that occur during network operations,
* typically indicating problems with the connection, DNS resolution, or other network failures.
*
* @param message A detailed message describing the network error.
*/
class NetworkException(message: String) : IOException(message)

0 comments on commit c5e0ebc

Please sign in to comment.