I want to check if a given URL exists and it's an image, in order to create a new Image(String url) from it. If the given URL is not an image then it should return an error.
new Image(String url)
No comments:
Post a Comment