Exception: TaxCloud::Errors::MissingConfig

Inherits:
TaxCloudError
  • Object
show all
Defined in:
lib/tax_cloud/errors/missing_config_error.rb

Overview

This error is raised when attempting to create a new client without configuring TaxCloud.

Instance Attribute Summary

Attributes inherited from TaxCloudError

#problem, #resolution, #summary

Instance Method Summary collapse

Methods inherited from TaxCloudError

#compose_message

Constructor Details

#initializeMissingConfig

Create a new error.



8
9
10
# File 'lib/tax_cloud/errors/missing_config_error.rb', line 8

def initialize
  super(compose_message('missing_config'))
end