PHP 클래스 Swift_SwiftException, Halite

저자: Chris Corbyn
상속: extends Exception
파일 보기 프로젝트 열기: HaliteChallenge/Halite 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $message, integer $code, Exception $previous = null ) Create a new SwiftException with $message.

메소드 상세

__construct() 공개 메소드

Create a new SwiftException with $message.
public __construct ( string $message, integer $code, Exception $previous = null )
$message string
$code integer
$previous Exception