Exception: Latinum::DifferentResourceNameError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/latinum/error.rb

Overview

Represents an error when trying to perform arithmetic on differently named resources.

Instance Method Summary collapse

Constructor Details

#initializeDifferentResourceNameError

Returns a new instance of DifferentResourceNameError.



26
27
28
# File 'lib/latinum/error.rb', line 26

def initialize
	super "Cannot operate on different currencies!"
end