public function __construct($msg = null, $code = 0)
 {
     parent::__construct(_M('No Data Found!') . ($msg ? $msg : ''));
 }
 public function __construct($fileName, $msg = '')
 {
     parent::__construct(_M('@1 File not found: @2', 'manager', $msg, $fileName));
     $this->log();
 }