#!/usr/bin/env php $exception->getMessage(), 'file'=>$exception->getFile().' line:'.$exception->getLine(), 'trace'=>$exception->getTrace() ]); } protected static function newWorker(){ $work=new WO(); $work->name=class_basename(static::class); return $work; } } require __DIR__.'/commands/mobile_delete.php'; WO::runAll();