#------------------------------------------------------------
# Copyright (C) 2009 RoyaltyShare, Inc.   All Rights Reserved
#------------------------------------------------------------

package RPS::Mechanical::Process::Exception;

use lib '/app/tools/common/lib';
use Common::Assert;
use base 'Common::Exception';


1;
