<?php
namespace Xentral\Widgets\DataTable\Exception;
use RuntimeException;
class BuildFailedException extends RuntimeException implements DataTableExceptionInterface
{
}