Exception: MathEngine::ParseError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- MathEngine::ParseError
 
- Defined in:
- lib/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(message)  ⇒ ParseError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ParseError. 
- #to_s ⇒ Object
Constructor Details
#initialize(message) ⇒ ParseError
Returns a new instance of ParseError.
| 3 4 5 | # File 'lib/errors.rb', line 3 def initialize() @message = end | 
Instance Method Details
#to_s ⇒ Object
| 7 8 9 | # File 'lib/errors.rb', line 7 def to_s @message end |