From 0225f07ebadad87d3286c65ae705e5c78e34cb20 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 12 Nov 2010 20:59:53 -0800 Subject: [PATCH] Move some exceptions --- Library/Homebrew/exceptions.rb | 24 +++++++++++++++++++++++- Library/Homebrew/extend/ARGV.rb | 22 ---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 73cda01e54..66ae2b2940 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -1,9 +1,30 @@ +class UsageError