class SeedData::DataBuilderNotSpecifiedException
Public Class Methods
new(message = "Data Builder not specified.")
click to toggle source
Calls superclass method
# File lib/seed_data/exceptions/data_builder_not_specified_exception.rb, line 5 def initialize(message = "Data Builder not specified.") super(message) end