class CrystalSDK::Profile::NotFoundYetError

Attributes

request[R]

Public Class Methods

new(request, msg = 'Profile not found in time') click to toggle source
Calls superclass method
# File lib/crystal_sdk/profile/errors.rb, line 19
def initialize(request, msg = 'Profile not found in time')
  @request = request
  super(msg)
end