Exception: QuickStore::FilePathNotConfiguredError

Inherits:
Error
  • Object
show all
Defined in:
lib/quick_store/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeFilePathNotConfiguredError

Returns a new instance of FilePathNotConfiguredError.



5
6
7
# File 'lib/quick_store/exceptions.rb', line 5

def initialize
  super('Please configure a file_path for your QuickStore!')
end