Sha256: 353cc15386ea366e9d53b49f6b206e59ec677bd72eb5a8ce7b8cc73204c89c9e

Contents?: true

Size: 111 Bytes

Versions: 1

Compression:

Stored size: 111 Bytes

Contents

class ApiClient::Exceptions::Generic < StandardError
  def initialize
    super("An Error Occurred!")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
api-client-0.1.0 lib/api_client/exceptions/generic.rb