PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
omnipay
/
common
/
src
/
Common
/
Exception
<?php namespace Omnipay\Common\Exception; /** * Invalid Credit Card Exception * * Thrown when a credit card is invalid or missing required fields. */ class InvalidCreditCardException extends \Exception implements OmnipayException { }
[-] RuntimeException.php
[edit]
[+]
..
[-] InvalidCreditCardException.php
[edit]
[-] BadMethodCallException.php
[edit]
[-] OmnipayException.php
[edit]
[-] InvalidRequestException.php
[edit]
[-] InvalidResponseException.php
[edit]