think\db\exception\DataNotFoundException::__construct PHP Метод

__construct() публичный Метод

DbException constructor.
public __construct ( string $message, string $table = '', array $config = [] )
$message string
$table string
$config array
    public function __construct($message, $table = '', array $config = [])
    {
        $this->message = $message;
        $this->table = $table;
        $this->setData('Database Config', $config);
    }
DataNotFoundException