2 * File: OutOfBoundsException.cpp
3 * Author: Petr Kubizňák
6 #include "OutOfBoundsException.h"
8 OutOfBoundsException::OutOfBoundsException(string desc
) : GeneralException(ERR_OUT_OF_BOUNDS
, desc
) {
11 OutOfBoundsException::~OutOfBoundsException() {