Exception: Procreate::Swatches::Errors::InvalidPath

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

Overview

Exception raised when the specified path is invalid.

Constant Summary collapse

MESSAGE =
'Invalid file path specified.'

Instance Method Summary collapse

Instance Method Details

#messageObject



10
11
12
# File 'lib/procreate/swatches/errors/invalid_path.rb', line 10

def message
  MESSAGE
end