Class: Texd::Attachment::RenameError
- Defined in:
- lib/texd/attachment.rb
Instance Method Summary collapse
-
#initialize(rename) ⇒ RenameError
constructor
A new instance of RenameError.
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 |