lib/yoti/errors.rb in yoti-1.1.0 vs lib/yoti/errors.rb in yoti-1.2.0
- old
+ new
@@ -8,6 +8,9 @@
# Raises exceptions related to OpenSSL actions
class SslError < StandardError; end
# Raises exceptions realted to an incorrect gem configuration value
class ConfigurationError < StandardError; end
+
+ # Raises exceptions related to AML actions
+ class AmlError < StandardError; end
end