Skip to content

Commit 2e52817

Browse files
committed
Add DecodeError
1 parent 85a70d4 commit 2e52817

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/rex/proto/rmi/decode_error.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# -*- coding: binary -*-
2+
3+
module Rex
4+
module Proto
5+
module Rmi
6+
class DecodeError < ::RuntimeError
7+
end
8+
end
9+
end
10+
end

0 commit comments

Comments
 (0)