Exception: VORuby::CoordinateSystems::NotATimeException

Inherits:
NotACoordinateException show all
Defined in:
lib/voruby/spacetime/spacetime.rb

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ NotATimeException

Returns a new instance of NotATimeException.



72
73
74
# File 'lib/voruby/spacetime/spacetime.rb', line 72

def initialize(value)
  super(value, 'Time')
end