From b7f093925e7a751914f131aaecd8c080d3441c16 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 12 Mar 2011 23:06:45 -0800 Subject: [PATCH] Fix inheritance in exceptions --- Library/Homebrew/exceptions.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 28b46198e2..0a4f74e4ca 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -1,8 +1,8 @@ -class UsageError