lib/gattica/exceptions.rb in jeremyf-gattica-0.3.6 vs lib/gattica/exceptions.rb in jeremyf-gattica-0.3.7

- old
+ new

@@ -1,5 +1,7 @@ module GatticaError + # usage errors + class InvalidFileType < StandardError; end; # user errors class InvalidEmail < StandardError; end; class InvalidPassword < StandardError; end; # authentication errors class CouldNotAuthenticate < StandardError; end; \ No newline at end of file