FastJSON::__exit PHP Метод

__exit() публичный Метод

public __exit ( $str, $a, $b )
    function __exit($str, $a, $b)
    {
        exit($a . 'FATAL: FastJSON decode method failure [malicious or incorrect JSON string]');
    }