class ArtifactoryApi::Exceptions::ApiException

This is the base class for Exceptions that is inherited from RuntimeError.

Public Class Methods

new( message = "") click to toggle source
Calls superclass method
# File lib/artifactory_api/exceptions.rb, line 13
def initialize( message = "")
  super(message)
end