Malt  Malt::Format::UnsupportedConversion

Parent

  • Exception

Methods

[Validate]
Generated with RDazzle Newfish 1.4.0

UnsupportedConversion

TODO: Is this needed anymore, if so where?

Public Class Methods

new(from_type, to_type) click to toggle source
     # File lib/malt/formats/abstract.rb, line 208
208:     def initialize(from_type, to_type)
209:       @from_type = from_type
210:       @to_type   = to_type
211:       super()
212:     end

Public Instance Methods

message() click to toggle source
     # File lib/malt/formats/abstract.rb, line 213
213:     def message
214:       "unsupported conversion: #{@from_type} -> #{@to_type}"
215:     end

Disabled; run with --debug to generate this.