Exception: SeedData::DataBuilderNotSpecifiedException

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "Data Builder not specified.") ⇒ DataBuilderNotSpecifiedException

Returns a new instance of DataBuilderNotSpecifiedException.



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

def initialize(message = "Data Builder not specified.")
  super(message)
end