Skip to content

Commit

Permalink
Adding NotADirectoryError.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblue committed Apr 8, 2012
1 parent dd99f11 commit 110ca3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/svn/errors.rb
Expand Up @@ -76,6 +76,7 @@ def initialize( message_or_c_error )

# create sensible names for known error classes
Error.add( 2, :PathNotFoundError )
Error.add( 20, :NotADirectoryError )
Error.add( 160006, :InvalidRevisionError )
Error.add( 165002, ArgumentError )
Error.add( 200011, :DirectoryNotEmptyError )
Expand Down

0 comments on commit 110ca3c

Please sign in to comment.