Exception: DiamondLang::Errors::RelativeCordinateConvertedToArgument

Inherits:
StandardError
  • Object
show all
Defined in:
lib/diamond-lang/helpers/errors/relative_cordinate_converted_to_argument.rb

Instance Method Summary collapse

Constructor Details

#initializeRelativeCordinateConvertedToArgument

Returns a new instance of RelativeCordinateConvertedToArgument.



4
5
6
# File 'lib/diamond-lang/helpers/errors/relative_cordinate_converted_to_argument.rb', line 4

def initialize
  super "A relative cordinate was converted to an argument."
end