class Latinum::DifferentResourceNameError
Represents an error when trying to perform arithmetic on differently named resources.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/latinum/error.rb, line 9 def initialize super "Cannot operate on different currencies!" end