lib/berkshelf/vagrant/errors.rb in vagrant-berkshelf-2.0.0.rc2 vs lib/berkshelf/vagrant/errors.rb in vagrant-berkshelf-2.0.0.rc3
- old
+ new
@@ -1,9 +1,7 @@
require 'vagrant/errors'
module Berkshelf
- # @author Jamie Winsor <jamie@vialstudios.com>
- #
# A wrapper for a BerkshelfError for Vagrant. All Berkshelf exceptions should be
# wrapped in this proxy object so they are properly handled when Vagrant encounters
# an exception.
#
# @example wrapping an error encountered within the Vagrant plugin