Exception: Plz::NoActionName

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



7
8
9
# File 'lib/plz/error.rb', line 7

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