mageekguy\atoum\asserters\exception::isThrowable PHP Method

isThrowable() private static method

private static isThrowable ( $value )
    private static function isThrowable($value)
    {
        return $value instanceof \exception || version_compare(PHP_VERSION, '7.0.0') >= 0 && $value instanceof \throwable;
    }