Exception: Pione::Location::InvalidFileOperation

Inherits:
LocationError
  • Object
show all
Defined in:
lib/pione/location/location-exception.rb

Overview

InvalidFileOperation represents you do file operation to directory.

Instance Method Summary collapse

Methods inherited from LocationError

#initialize

Constructor Details

This class inherits a constructor from Pione::Location::LocationError

Instance Method Details

#messageObject



27
28
29
# File 'lib/pione/location/location-exception.rb', line 27

def message
  "invalid file operation: %s" % @location.inspect
end