Exception: Peregrin::Epub::ValidationError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/formats/epub.rb

Instance Method Summary collapse

Constructor Details

#initialize(path = nil) ⇒ ValidationError

Returns a new instance of ValidationError.



630
631
632
# File 'lib/formats/epub.rb', line 630

def initialize(path = nil)
  @path = path
end