Exception: Mutx::Error::MutxFile

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mutx/error/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(file_path) ⇒ MutxFile

Returns a new instance of MutxFile.



39
40
41
# File 'lib/mutx/error/errors.rb', line 39

def initialize file_path
  super("Could not find '#{file_path} file" )
end