<?php
namespace Xentral\Widgets\DataTable\Exception;
use InvalidArgumentException as SplInvalidArgumentException;
class InvalidArgumentException extends SplInvalidArgumentException implements DataTableExceptionInterface
{
}