Exception: SeedData::DataSetNotFoundException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/seed_data/exceptions/data_set_not_found_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "DataSet not found.") ⇒ DataSetNotFoundException

Returns a new instance of DataSetNotFoundException.



5
6
7
# File 'lib/seed_data/exceptions/data_set_not_found_exception.rb', line 5

def initialize(message = "DataSet not found.")
  super(message)
end