Class: Ea::Cli::FileNotFound
Instance Method Summary collapse
-
#initialize(path) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Constructor Details
#initialize(path) ⇒ FileNotFound
Returns a new instance of FileNotFound.
8 9 10 |
# File 'lib/ea/cli/error.rb', line 8 def initialize(path) super("File not found: #{path}") end |