http-cookie/lib/http/cookie_jar
wrzasa f828cf0319 More informative error message when cannot load a store
I tried to use `mozilla` store, but got the following message, that gave me no clue what's wrong:

          ArgumentError: cookie store unavailable: :mozilla

After some debugging I found that I have no `sqlite3` gem installed. But the error message should tell mi that. 

This change should help.
2016-03-18 17:24:56 +01:00
..
abstract_saver.rb Improve rdoc. 2013-04-16 22:37:19 +09:00
abstract_store.rb More informative error message when cannot load a store 2016-03-18 17:24:56 +01:00
cookiestxt_saver.rb Improve rdoc. 2013-04-16 22:37:19 +09:00
hash_store.rb Improve rdoc. 2013-04-16 22:37:19 +09:00
mozilla_store.rb Improve rdoc. 2013-04-16 22:37:19 +09:00
yaml_saver.rb Improve rdoc. 2013-04-16 22:37:19 +09:00