public function Mollie_API_Exception::getField in Commerce Mollie 7
Return value
string
File
- Mollie/
API/ Exception.php, line 42
Class
- Mollie_API_Exception
- Copyright (c) 2013, Mollie B.V. All rights reserved.
Code
public function getField() {
return $this->_field;
}