Exception: Lutaml::Model::TypeError
- Defined in:
- lib/lutaml/model/error/type_error.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ TypeError
constructor
A new instance of TypeError.
Constructor Details
#initialize(message) ⇒ TypeError
Returns a new instance of TypeError.
4 5 6 |
# File 'lib/lutaml/model/error/type_error.rb', line 4 def initialize() super("Type Error: #{message}") end |