Method: Octopi::FormatError#initialize
- Defined in:
- lib/octopi/error.rb
#initialize(f) ⇒ FormatError
Returns a new instance of FormatError.
4 5 6 |
# File 'lib/octopi/error.rb', line 4 def initialize(f) super("Got unexpected format (got #{f.first} for #{f.last})") end |