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
-
#initialize(path = nil) ⇒ ValidationError
constructor
A new instance of ValidationError.
Constructor Details
#initialize(path = nil) ⇒ ValidationError
Returns a new instance of ValidationError.
376 377 378 |
# File 'lib/formats/zhook.rb', line 376 def initialize(path = nil) @path = path end |