class KXI::Exceptions::CollectionException

Raised when collection encounters an error

Public Class Methods

new(msg) click to toggle source

Instantiates the {KXI::Exceptions::CollectionException} class @param msg [String] Exception message

Calls superclass method
# File lib/kxi/exceptions/collection_exception.rb, line 9
def initialize(msg)
        super(msg)
end