class SimpleEventSourcing::Id::UUIDValidationError

Public Class Methods

new(msg="Value is not a valid UUID") click to toggle source
Calls superclass method
# File lib/simple_event_sourcing/aggregate_root/id.rb, line 46
def initialize(msg="Value is not a valid UUID")
  super
end