lib/jekyll_auth/config_error.rb in jekyll-auth-2.0.0 vs lib/jekyll_auth/config_error.rb in jekyll-auth-2.1.0

- old
+ new

@@ -1,7 +1,6 @@ class JekyllAuth - class ConfigError < SecurityError - + class ConfigError < RuntimeError def message "Jekyll Auth is refusing to serve your site because your oauth credentials are not properly configured." end end end