runtime_error_type

in lib/aws_lambda_ric/lambda_errors.rb [16:23]


    def runtime_error_type
      if _allowed_error?
        @error_type
      else
        'Function<UserException>'
      end
    end