Exception: Latinum::DifferentResourceNameError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Latinum::DifferentResourceNameError
- Defined in:
- lib/latinum/error.rb
Overview
Represents an error when trying to perform arithmetic on differently named resources.
Instance Method Summary collapse
-
#initialize ⇒ DifferentResourceNameError
constructor
A new instance of DifferentResourceNameError.
Constructor Details
#initialize ⇒ DifferentResourceNameError
Returns a new instance of DifferentResourceNameError.
9 10 11 |
# File 'lib/latinum/error.rb', line 9 def initialize super "Cannot operate on different currencies!" end |