class EPUB::OCF::PhysicalContainer::NoEntry
Public Class Methods
Source
# File lib/epub/ocf/physical_container.rb, line 11 def from_error(error) no_entry = new(error.message) no_entry.set_backtrace error.backtrace no_entry end
# File lib/epub/ocf/physical_container.rb, line 11 def from_error(error) no_entry = new(error.message) no_entry.set_backtrace error.backtrace no_entry end