Exception: GuidSpanner::Exceptions::InvalidUuidFormatError
- Inherits:
-
StandardError
- Object
- StandardError
- GuidSpanner::Exceptions::InvalidUuidFormatError
- 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
-
#initialize(message = 'Invalid UUID format, must be 32 or 36 characters in length.') ⇒ InvalidUuidFormatError
constructor
A new instance of InvalidUuidFormatError.
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( = 'Invalid UUID format, must be 32 or 36 characters in length.') super() end |