added libs and oalist
[mines3d.git] / exceptions / OutOfBoundsException.cpp
blobdcdfb04155d5f7be57341b9c36d707156a56cc00
1 /*
2 * File: OutOfBoundsException.cpp
3 * Author: Petr Kubizňák
4 */
6 #include "OutOfBoundsException.h"
8 OutOfBoundsException::OutOfBoundsException(string desc) : GeneralException(ERR_OUT_OF_BOUNDS, desc) {
11 OutOfBoundsException::~OutOfBoundsException() {