Exception: Esse::CLI::Error
Direct Known Subclasses
Instance Method Summary collapse
- 
  
    
      #initialize(msg = nil, **message_attributes)  ⇒ Error 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Error.
 
Constructor Details
#initialize(msg = nil, **message_attributes) ⇒ Error
Returns a new instance of Error.
      107 108 109 110 111 112  | 
    
      # File 'lib/esse/errors.rb', line 107 def initialize(msg = nil, **) if .any? msg = format(msg, **) end super(msg) end  |