Class: Homeflow::API::Exceptions::ExceptionsList

Inherits:
Object
  • Object
show all
Defined in:
lib/homeflow/api/exceptions.rb

Class Method Summary collapse

Class Method Details

.listObject



10
11
12
# File 'lib/homeflow/api/exceptions.rb', line 10

def self.list
  [InvalidResponse,APIArgumentError,UnknownAPIError]
end