* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Intl\Exception; /** * @author Eriksen Costa */ class MethodArgumentNotImplementedException extends NotImplementedException { /** * @param string $methodName The method name that raised the exception * @param string $argName The argument name that is not implemented */ public function __construct($methodName, $argName) { $message = sprintf('The %s() method\'s argument $%s behavior is not implemented.', $methodName, $argName); parent::__construct($message); } } __halt_compiler();----SIGNATURE:----qB1hqosNAbH9vYRsJHNo0H5WLSdHpfSXhuwkQCzzMIZonSs0RdYMkxfCKo/OH9Jvwvq4V7AYVseFZ26G2QYAqoWm4MJkViTFhsvKp+tlWgY31/bDTdttemyJIXqgrdNIA9ly7xGQ5Jw1WrjyRIEKX3vzCpnsyn7SODbXV/vMYmvs78TEg2OV5GjdrCJ52jSEfXPz66Q3W69BwuMKfse70qSiYGvsxa3+++QZiULJGY6tKYBh+UVz+XLTRyy/RU48E11ttE2zR8In8ci68w2Apl0ntKyVbI4quSi4Km24e0um+5EmJl89Lx4pB30vODpsdG2YF/CJzEsopaavp7Mvp1ilfhQxlZTZH5/PcDWE8ubCcGeO6PQoFOjQw6GjfJUQ9mqIMgCHy19aySE7C8lWAQ3yWkQHEK8GEpuDp3loVNOq6BDPPwxvYE234emqtrAWH83TpWncY0jIYKmXqHU1mjK20/yO7CuPdiXClgEqWP68TgrGNsM8lEgGW19kZwVkoRxlcnBQ2GNlC+bYOV0G5KvdVzPs/Tk9Cw5CNvgxpuuiH0rVu0Y72BQUKJ132oZyHGRJSPtWFJXzpvjasGedACkbwOZZa6vCGXk7qQwgrl2TOJFCTEFns0PqyOH2LpuBXE8AaPLXO83hh0NWQYSEcUKs221Fb6PaMqVzpUSJIPs=----ATTACHMENT:----MjM5Mjg5MjA3NDU4Njc3OSAxOTkwNTk1NzM5OTcxMDIgMTY3NTk1NDQ4OTU0NDYwNw==