Skip to content

Commit 3ad7855

Browse files
committed
Add rbs for Error
1 parent b21dea9 commit 3ad7855

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_gem/sig/go_gem.rbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
module GoGem
22
VERSION: String
3+
4+
class Error < StandardError
5+
end
6+
37
# See the writing guide of rbs: https://github.com/ruby/rbs#guides
48
end

0 commit comments

Comments
 (0)