class ArTTY::Error::FailedToDownload

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/arTTY/error/failed_to_download.rb, line 2
def initialize
    super("Failed to download arTTY_images.tgz")
end