Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

NegativeNumberException.php

Namespace

Brick\Math\Exception

File

vendor/brick/math/src/Exception/NegativeNumberException.php

View source
<?php

declare (strict_types=1);
namespace Brick\Math\Exception;


/**
 * Exception thrown when attempting to perform an unsupported operation, such as a square root, on a negative number.
 */
class NegativeNumberException extends MathException {

}

Classes

Title Deprecated Summary
NegativeNumberException Exception thrown when attempting to perform an unsupported operation, such as a square root, on a negative number.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal