<?php

namespace Shellbox;

use Exception;

/**
 * The base class for exceptions thrown by Shellbox
 */
class ShellboxError extends Exception {
}
