<?php
namespace Safe\Exceptions;

class ExecException extends AbstractSafeException
{
}
