Skip to content

Commit

Permalink
Make SignatureBlockError a Tapioca::Error
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Jan 16, 2025
1 parent c25f8c2 commit 7b05810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tapioca/runtime/reflection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def qualified_name_of(constant)
end
end

SignatureBlockError = Class.new(StandardError)
SignatureBlockError = Class.new(Tapioca::Error)

sig { params(method: T.any(UnboundMethod, Method)).returns(T.untyped) }
def signature_of!(method)
Expand Down

0 comments on commit 7b05810

Please sign in to comment.