klyn.net.MalformedURLException.MalformedURLException
constructor
public MalformedURLException(message as String = "Malformed URL"):
Description

Creates a malformed-URL exception.

Parameters
ParameterDescription
messageHuman-readable error message.
Example
import klyn.net

throw MalformedURLException("URL is invalid")