lib/heroku_san.rb in heroku_san-2.0.0 vs lib/heroku_san.rb in heroku_san-2.1.0
- old
+ new
@@ -3,7 +3,8 @@
require 'heroku_san/stage'
require 'heroku_san/project'
module HerokuSan
class NoApps < StandardError; end
+ class MissingApp < StandardError; end
class Deprecated < StandardError; end
end
\ No newline at end of file