You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method convertOneLine(String message) uses an internal font, so it won't happen that it is not found and an IOException is thrown. Does the method need to throw an exception then or could it try/catch internally?
The text was updated successfully, but these errors were encountered:
I want to use
jfiglet
as a dependency.The method
convertOneLine(String message)
uses an internal font, so it won't happen that it is not found and anIOException
is thrown. Does the method need to throw an exception then or could ittry/catch
internally?The text was updated successfully, but these errors were encountered: