Exception: Rentlinx::NotConfigured

Inherits:
RentlinxError show all
Defined in:
lib/rentlinx/errors.rb

Overview

Thrown when the Rentlinx client is initialized without first being configured

Instance Method Summary collapse

Constructor Details

#initializeNotConfigured

Returns a new instance of NotConfigured.



22
23
24
# File 'lib/rentlinx/errors.rb', line 22

def initialize
  super('Rentlinx is not configured.')
end