Exception: Peregrin::Zhook::ValidationError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Peregrin::Zhook::ValidationError
- Defined in:
- lib/formats/zhook.rb
Direct Known Subclasses
FileNotFound, IndexHTMLRootHasId, MissingCoverPNG, MissingIndexHTML, NotAZipArchive, WrongExtension
Instance Method Summary (collapse)
-
- (ValidationError) initialize(path = nil)
constructor
A new instance of ValidationError.
Constructor Details
- (ValidationError) initialize(path = nil)
A new instance of ValidationError
379 380 381 |
# File 'lib/formats/zhook.rb', line 379 def initialize(path = nil) @path = path end |