Sha256: 8c236c84d76a9ab015013042d8af5a445573c533a8505ad4f2650ed6537b2a0b

Contents?: true

Size: 130 Bytes

Versions: 1

Compression:

Stored size: 130 Bytes

Contents

class ApiClient::Exceptions::NotFound < StandardError
  def initialize
    super("The required url could not be found!")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
api-client-0.0.1 lib/api_client/exceptions/not_found.rb