<?php /** * Page DocBlock definition * @package org.zadara.marius.pax */ /** * Exception loader. * This file will load all the exceptions needed. * * @author Marius Zadara <hide@address.com> * @category Loaders * @copyright (C) 2008-2009 Marius Zadara * @license Free for non-comercial use * @package org.zadara.marius.pax * @since 5.0 */ /** * General PAX exception. * @see PAXException.excpt.php */ require_once 'PAXException.excpt.php'; ?>