PHP 클래스 Carbon_Fields\Exception\Incorrect_Syntax_Exception

상속: extends Exception
파일 보기 프로젝트 열기: htmlburger/carbon-fields 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$errors
$throw_errors

공개 메소드들

메소드 설명
print_errors ( )
raise ( $message, $code = null ) Throw an exception when WP_DEBUG is enabled, and show a friendly admin notice otherwise

메소드 상세

print_errors() 공개 정적인 메소드

public static print_errors ( )

raise() 공개 정적인 메소드

Throw an exception when WP_DEBUG is enabled, and show a friendly admin notice otherwise
public static raise ( $message, $code = null )

프로퍼티 상세

$errors 공개적으로 정적으로 프로퍼티

public static $errors

$throw_errors 공개적으로 정적으로 프로퍼티

public static $throw_errors