Exception: Procreate::Swatches::Errors::InvalidFormat

Inherits:
StandardError
  • Object
show all
Defined in:
lib/procreate/swatches/errors/invalid_format.rb

Overview

Exception raised when the provided file format is invalid.

Constant Summary collapse

MESSAGE =
'Invalid file format specified. Accepted file format: `.swatches`.'

Instance Method Summary collapse

Instance Method Details

#messageObject



13
14
15
# File 'lib/procreate/swatches/errors/invalid_format.rb', line 13

def message
  MESSAGE
end