<?php

declare(strict_types=1);

namespace Brick\Math\Exception;

use RuntimeException;

/**
 * Exception thrown when the current PHP platform does not support a required feature.
 */
final class UnsupportedPlatformExceptcodecov:
  require_ci_to_pass: true
  notify:
    after_n_builds: 6
    wait_for_ci: true

coverage:
  status:
    project:
      default:
        informational: true
    patch:
      default:
        informational: true
