lib/rake/comp_tree/error.rb in drake-0.8.4.1.0.15 vs lib/rake/comp_tree/error.rb in drake-0.8.4.1.0.16

- old
+ new

@@ -1,11 +1,12 @@ +module Rake end module Rake::CompTree module Error - # Base class for Rake::CompTree errors. + # Base class for CompTree errors. class Base < StandardError ; end - # Internal error inside Rake::CompTree. Please send a bug report. + # Internal error inside CompTree. Please send a bug report. class AssertionFailed < Base ; end # Bad arguments were passed to a method. class ArgumentError < Base ; end