refactor: Simplifica a declaração da classe SystemPromptLeakError e adiciona o comentário frozen_string_literal: true.
This commit is contained in:
parent
c1b8534ea7
commit
dfa6d58e98
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user