lib/repertoire/exceptions/program_not_found.rb in repertoire-0.1.2 vs lib/repertoire/exceptions/program_not_found.rb in repertoire-0.2.0
- old
+ new
@@ -1,4 +1,4 @@
module Repertoire
- class CommandNotFound < RuntimeError
+ class ProgramNotFound < RuntimeError
end
end