class SeedData::DataSetNotFoundException

Public Class Methods

new(message = "DataSet not found.") click to toggle source
Calls superclass method
# File lib/seed_data/exceptions/data_set_not_found_exception.rb, line 5
def initialize(message = "DataSet not found.")
  super(message)
end