class RestApiClient::Error
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
# File lib/rest_api_client/error.rb, line 3 def initialize(msg) super end