<?php

namespace Shellbox\ShellParser;

use Shellbox\ShellboxError;

class UnimplementedError extends ShellboxError {
}
