class SelfData::ConverterNotFound

Attributes

format[R]

Public Class Methods

new(format = nil) click to toggle source
Calls superclass method
# File lib/self_data/errors.rb, line 18
def initialize(format = nil)
  @format = format
  super("Not found converter for #{format}")
end