Exception: Sparsam::UnknownTypeException

Inherits:
Exception
  • Object
show all
Defined in:
lib/sparsam/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UnknownTypeException

Returns a new instance of UnknownTypeException.



37
38
39
# File 'lib/sparsam/exceptions.rb', line 37

def initialize(msg)
  super
end