You are here

public function InvalidDateException::getValue in Persian Date for Drupal 8 8.4

Get the invalid value.

Return value

mixed

File

src/Library/Carbon/Exceptions/InvalidDateException.php, line 63

Class

InvalidDateException

Namespace

Drupal\persian_date\Library\Carbon\Exceptions

Code

public function getValue() {
  return $this->value;
}