lib/yoti/errors.rb in yoti-1.2.1 vs lib/yoti/errors.rb in yoti-1.3.0
- old
+ new
@@ -11,6 +11,9 @@
# Raises exceptions realted to an incorrect gem configuration value
class ConfigurationError < StandardError; end
# Raises exceptions related to AML actions
class AmlError < StandardError; end
+
+ # Raises exceptions related to Profile actions
+ class ProfileError < StandardError; end
end