Skip to content

Commit

Permalink
Add missing SyntaxError (just subclassed StandardError).
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Feb 2, 2010
1 parent c5d5af9 commit 040408e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/rkelly/syntax_error.rb
@@ -0,0 +1,4 @@
module RKelly
class SyntaxError < StandardError
end
end

0 comments on commit 040408e

Please sign in to comment.