Exception: FileFormatError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/file_format_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "File format not supported") ⇒ FileFormatError

Returns a new instance of FileFormatError.



3
4
5
# File 'lib/file_format_error.rb', line 3

def initialize(msg="File format not supported")
  super
end