Exception: GuidSpanner::Exceptions::InvalidUuidFormatError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/guid_spanner/exceptions/invalid_uuid_format_error.rb

Overview

Error class for when a message is not applicable for the handler

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Invalid UUID format, must be 32 or 36 characters in length.') ⇒ InvalidUuidFormatError

Returns a new instance of InvalidUuidFormatError.



9
10
11
# File 'lib/guid_spanner/exceptions/invalid_uuid_format_error.rb', line 9

def initialize(message = 'Invalid UUID format, must be 32 or 36 characters in length.')
  super(message)
end