diff options
author | José Valim <jose.valim@gmail.com> | 2012-01-05 13:46:39 -0800 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2012-01-05 13:46:39 -0800 |
commit | 4751cc21e8893f1cec827c8dcdf876db43e91556 (patch) | |
tree | fc21af623d539d83fa24bd55f74d49fe7c81b50d /activesupport/lib/active_support/multibyte/exceptions.rb | |
parent | 55fbc19b5ff062bdd96c81532311e897ecb2a996 (diff) | |
parent | 16bee7618c328ecd790db366221639661912c477 (diff) | |
download | rails-4751cc21e8893f1cec827c8dcdf876db43e91556.tar.gz rails-4751cc21e8893f1cec827c8dcdf876db43e91556.tar.bz2 rails-4751cc21e8893f1cec827c8dcdf876db43e91556.zip |
Merge pull request #4332 from norman/multibyte
Putting AS::Multibyte on a Ruby 1.9 diet
Diffstat (limited to 'activesupport/lib/active_support/multibyte/exceptions.rb')
-rw-r--r-- | activesupport/lib/active_support/multibyte/exceptions.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/activesupport/lib/active_support/multibyte/exceptions.rb b/activesupport/lib/active_support/multibyte/exceptions.rb deleted file mode 100644 index 62066e3c71..0000000000 --- a/activesupport/lib/active_support/multibyte/exceptions.rb +++ /dev/null @@ -1,8 +0,0 @@ -# encoding: utf-8 - -module ActiveSupport #:nodoc: - module Multibyte #:nodoc: - # Raised when a problem with the encoding was found. - class EncodingError < StandardError; end - end -end
\ No newline at end of file |