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