refactor: Simplifica a declaração da classe SystemPromptLeakError e adiciona o comentário frozen_string_literal: true.

This commit is contained in:
Rodrigo Borba 2026-02-27 11:59:45 -03:00
parent c1b8534ea7
commit dfa6d58e98

View File

@ -1,6 +1,3 @@
p
module Captain
module Errors
class SystemPromptLeakError < StandardError; end
end
end
# frozen_string_literal: true
class Captain::Errors::SystemPromptLeakError < StandardError; end