PHP 클래스 Swift_IoException, Halite

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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