lib/artemis/exceptions.rb in artemis-0.2.0 vs lib/artemis/exceptions.rb in artemis-0.4.0

- old
+ new

@@ -9,9 +9,12 @@ end class GraphQLFileNotFound < Error end + class FixtureNotFound < Error + end + class GraphQLError < Error end class GraphQLServerError < GraphQLError end \ No newline at end of file