N98\Util\VerifyOrDie::violation PHP Method

violation() private static method

private static violation ( string $message )
$message string
    private static function violation($message)
    {
        throw new RuntimeException($message);
    }