예제 #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());
 }