Exception: SimpleEventSourcing::Id::UUIDValidationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/simple_event_sourcing/aggregate_root/id.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Value is not a valid UUID") ⇒ UUIDValidationError

Returns a new instance of UUIDValidationError.



46
47
48
# File 'lib/simple_event_sourcing/aggregate_root/id.rb', line 46

def initialize(msg="Value is not a valid UUID")
  super
end