示例#1
0
文件: Error.php 项目: minchal/vero
 /**
  * Create from translatable exception.
  * 
  * @return self
  */
 public static function exc(Exception $exc)
 {
     return new self($exc->getMsgId(), $exc->getMsgParams(), $exc->getMsgDomain());
 }