* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Supervisor\Exception\Fault; use Supervisor\Exception\Fault; /** * Implements {FAULT_NAME} Fault exception * * @author Márk Sági-Kazár */ class {FaultName} extends Fault { }