<?php

namespace Concrete\Flysystem;

use LogicException;

class RootViolationException extends LogicException
{

}
