Skip to content

Commit

Permalink
added error message
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed Jun 14, 2011
1 parent 5c27e65 commit 698d014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smsbar.rb
Expand Up @@ -19,6 +19,6 @@
"Yay! Message sent to #{params[:to]}"

rescue => error
"Sad panda error message goes here - your SMS did not get delivered."
"Sad panda error message goes here - your SMS did not get delivered because: #{error.inspect.to_s}"
end
end

0 comments on commit 698d014

Please sign in to comment.