Skip to content

Commit

Permalink
Fix stacklevel too deep error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasals authored Dec 12, 2024
1 parent 4cf562a commit 90196bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resource_registry/verb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def dto
dto_klass = dto_raw.safe_constantize

if dto_klass.nil?
raise DtoClassNotFound, "DTO class #{dto} for verb #{id} not found"
raise DtoClassNotFound, "DTO class #{dto_raw} for verb #{id} not found"
end

dto_klass
Expand Down

0 comments on commit 90196bb

Please sign in to comment.