Skip to content

Commit d2f5267

Browse files
committed
Add sig for Error
1 parent b6323d1 commit d2f5267

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sig/ruby_header_parser.rbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
module RubyHeaderParser
2+
class Error < StandardError
3+
end
4+
25
VERSION: String
36
# See the writing guide of rbs: https://github.com/ruby/rbs#guides
47
end

0 commit comments

Comments
 (0)