Exception: Plz::NoTargetName

Inherits:
Error
  • Object
show all
Defined in:
lib/plz/error.rb

Constant Summary

Constants inherited from Error

Error::USAGE

Instance Method Summary collapse

Instance Method Details

#to_sObject



13
14
15
# File 'lib/plz/error.rb', line 13

def to_s
  "You didn't pass target name\n#{USAGE}"
end