Exception: Hoardable::InvalidEventUUID

Inherits:
Error
  • Object
show all
Defined in:
lib/hoardable/error.rb

Overview

An error to be raised when an invalid (non-UUID) value is provided as an event_uuid

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ InvalidEventUUID

Returns a new instance of InvalidEventUUID.



40
41
42
43
44
# File 'lib/hoardable/error.rb', line 40

def initialize(value)
  super("    'The supplied 'event_uuid' value must be a valid UUID'\n  LOG\nend\n")