class ApiError
Public Class Methods
new(msg = 'Unknown API error')
click to toggle source
Calls superclass method
# File lib/lime_light_platform/api_error.rb, line 2 def initialize(msg = 'Unknown API error') super end