Exception: Secure::Marshal::OutOfData

Inherits:
Exception
  • Object
show all
Defined in:
lib/appswarm/secure_marshal.rb

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ OutOfData

Returns a new instance of OutOfData.



6
7
8
# File 'lib/appswarm/secure_marshal.rb', line 6

def initialize(data)
  @data=data
end