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 30, 2025
1 parent a65f6b6 commit 8256efe
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 8256efe

Please sign in to comment.