class DataHashError
Public Class Methods
new(msg = "Data hash error - input data not existed or empty")
click to toggle source
Calls superclass method
# File lib/vogogo_ruby/exceptions/data_hash_error.rb, line 2 def initialize(msg = "Data hash error - input data not existed or empty") super(msg) end