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