lib/crowdskout/exceptions/oauth2_exception.rb in crowdskout-0.0.4 vs lib/crowdskout/exceptions/oauth2_exception.rb in crowdskout-0.0.5
- old
+ new
@@ -1,5 +1,11 @@
+#
+# oauth2_exception.rb
+# Crowdskout
+#
+# Copyright (c) 2016 Kyle Schutt. All rights reserved.
+
module Crowdskout
module Exceptions
class OAuth2Exception < Exception; end
end
end
\ No newline at end of file