lib/antelope/errors.rb in antelope-0.1.1 vs lib/antelope/errors.rb in antelope-0.1.2
- old
+ new
@@ -1,4 +1,6 @@
+# encoding: utf-8
+
module Antelope
# Every error in antelope inherits this error class.
class Error < StandardError
end
- old
+ new