lib/handbrake.rb in handbrake-0.1.0 vs lib/handbrake.rb in handbrake-0.2.0
- old
+ new
@@ -6,6 +6,12 @@
autoload :CLI, 'handbrake/cli'
autoload :Titles, 'handbrake/titles'
autoload :Title, 'handbrake/titles'
autoload :Chapter, 'handbrake/titles'
+
+ ##
+ # The exception thrown when a file exists that shouldn't.
+ #
+ # @see CLI#output
+ class FileExistsError < StandardError; end;
end