Class: Texd::Attachment::RenameError

Inherits:
Error
  • Object
show all
Defined in:
lib/texd/attachment.rb

Instance Method Summary collapse

Constructor Details

#initialize(rename) ⇒ RenameError

Returns a new instance of RenameError.



155
156
157
# File 'lib/texd/attachment.rb', line 155

def initialize(rename)
  super "invalid renaming: expected true, false, or a string, got #{rename.class} (#{rename})"
end