Exception: KXI::Exceptions::CollectionException

Inherits:
Exception
  • Object
show all
Defined in:
lib/kxi/exceptions/collection_exception.rb

Overview

Raised when collection encounters an error

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ CollectionException

Instantiates the KXI::Exceptions::CollectionException class

Parameters:

  • msg (String)

    Exception message



9
10
11
# File 'lib/kxi/exceptions/collection_exception.rb', line 9

def initialize(msg)
	super(msg)
end