Exception: Pinport::DirectoryArgumentError

Inherits:
UnexpectedArgumentError show all
Defined in:
lib/pinport/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



26
27
28
# File 'lib/pinport/error.rb', line 26

def message
  "A directory was supplied as an argument to a method expecting a file argument."
end