Exception: ValueObject::NotDeclaredFields

Inherits:
Exception
  • Object
show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeNotDeclaredFields

Returns a new instance of NotDeclaredFields.



15
16
17
# File 'lib/exceptions.rb', line 15

def initialize()
  super "At least one field must be declared"
end