Module: Tilda::Simple::Api::ErrorsHandler

Included in:
Request
Defined in:
lib/tilda/simple/api/errors_handler.rb

Instance Method Summary collapse

Instance Method Details

#get(path, params = {}) ⇒ Object



5
6
7
# File 'lib/tilda/simple/api/errors_handler.rb', line 5

def get(path, params = {})
  handle_errors { super(path, params) }
end