You are here

static function HackyLog::logx in X Autoload 7.5

File

tests/src/Util/HackyLog.php, line 19

Class

HackyLog

Namespace

Drupal\xautoload\Tests\Util

Code

static function logx() {
  $args = func_get_args();
  throw new \Exception(var_export($args, TRUE));
}