Exception: Rublox::Errors::InvalidROBLOSECURITYError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rublox/util/errors.rb

Overview

Exception raised when an invalid .ROBLOSECURITY cookie is used.

Instance Method Summary collapse

Constructor Details

#initializeInvalidROBLOSECURITYError

Returns a new instance of InvalidROBLOSECURITYError.



104
105
106
# File 'lib/rublox/util/errors.rb', line 104

def initialize
  super("A valid .ROBLOSECURITY cookie needs to be passed to Rublox's constructor for this action.")
end