class QuickStore::FilePathNotConfiguredError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/quick_store/exceptions.rb, line 5
def initialize
  super('Please configure a file_path for your QuickStore!')
end