Exception: Peregrin::Main::UnknownFileFormat

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

Instance Method Summary collapse

Constructor Details

#initialize(path = nil) ⇒ UnknownFileFormat

Returns a new instance of UnknownFileFormat.



133
134
135
# File 'lib/peregrin.rb', line 133

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