Exception: ApiException::UserException

Inherits:
BaseException show all
Defined in:
lib/api_exception/user_exception.rb

Instance Attribute Summary

Attributes inherited from BaseException

#code, #error_type, #errors, #message, #type

Instance Method Summary collapse

Constructor Details

#initialize(error_type, errors, params = {}, platform = "API") ⇒ UserException

Returns a new instance of UserException.



4
5
6
# File 'lib/api_exception/user_exception.rb', line 4

def initialize(error_type, errors, params = {}, platform = "API")
  super
end