Exception: MediaTypes::Dsl::UninitializedConstructable

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/media_types/dsl/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/media_types/dsl/errors.rb', line 6

def message
  'Unable to generate constructable without a name, make sure to have called `use_name(name)` before.'
end