Exception: Mutx::Error::MutxFile
- Inherits:
 - 
      StandardError
      
        
- Object
 - StandardError
 - Mutx::Error::MutxFile
 
 
- Defined in:
 - lib/mutx/error/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(file_path)  ⇒ MutxFile 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of MutxFile.
 
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  |