Exception: CrystalSDK::Profile::NotFoundYetError
- Inherits:
-
StandardError
- Object
- StandardError
- CrystalSDK::Profile::NotFoundYetError
- Defined in:
- lib/crystal_sdk/profile/errors.rb
Instance Attribute Summary collapse
-
#request ⇒ Object
readonly
Returns the value of attribute request.
Instance Method Summary collapse
-
#initialize(request, msg = 'Profile not found in time') ⇒ NotFoundYetError
constructor
A new instance of NotFoundYetError.
Constructor Details
#initialize(request, msg = 'Profile not found in time') ⇒ NotFoundYetError
Returns a new instance of NotFoundYetError.
19 20 21 22 |
# File 'lib/crystal_sdk/profile/errors.rb', line 19 def initialize(request, msg = 'Profile not found in time') @request = request super(msg) end |
Instance Attribute Details
#request ⇒ Object (readonly)
Returns the value of attribute request.
17 18 19 |
# File 'lib/crystal_sdk/profile/errors.rb', line 17 def request @request end |