Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Widgets\DataTable\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class DataTableException extends RuntimeException implements DataTableExceptionInterface
|
||||
{
|
||||
/**
|
||||
* @param string $columnName
|
||||
*
|
||||
* @return DataTableException
|
||||
*/
|
||||
/*public static function columnNotFound($columnName)
|
||||
{
|
||||
return new self(sprintf('Column "%s" not found.', $columnName));
|
||||
}*/
|
||||
}
|
||||
Reference in New Issue
Block a user