Exception: ShareWith::InvalidDataType

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

Overview

Invalid data type error.

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ InvalidDataType



57
58
59
# File 'lib/share_with/utils.rb', line 57

def initialize(type)
  super "Invalid data type: #{type}"
end