class EPUB::OCF::PhysicalContainer::NoEntry
Public Class Methods
from_error(error)
click to toggle 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