at D:\code\php\alipay-crawler\vendor\symfony\options-resolver\OptionsResolver.php: 651
647: * lazy options and/or normalizers
648: * @throws NoSuchOptionException If a lazy option reads an unavailable option
649: * @throws AccessException If called from a lazy option or normalizer
650: */
651: public function resolve(array $options = array())
652: {
653: if ($this->locked) {
654: throw new AccessException('Options cannot be resolved from a lazy option or normalizer.');
655: }
656:
Exception trace:
1 Symfony\Component\OptionsResolver\OptionsResolver::resolve()
D:\code\php\alipay-crawler\lib\Extend\Alipay.php : 40
2 Lib\Extend\Alipay::__construct()
D:\code\php\alipay-crawler\app\Console\Alipay.php : 37
Please use the argument -v to see more details.
at D:\code\php\alipay-crawler\vendor\symfony\options-resolver\OptionsResolver.php: 651
647: * lazy options and/or normalizers
648: * @throws NoSuchOptionException If a lazy option reads an unavailable option
649: * @throws AccessException If called from a lazy option or normalizer
650: */
651: public function resolve(array $options = array())
652: {
653: if ($this->locked) {
654: throw new AccessException('Options cannot be resolved from a lazy option or normalizer.');
655: }
656:
Exception trace:
1 Symfony\Component\OptionsResolver\OptionsResolver::resolve()
D:\code\php\alipay-crawler\lib\Extend\Alipay.php : 40
2 Lib\Extend\Alipay::__construct()
D:\code\php\alipay-crawler\app\Console\Alipay.php : 37
Please use the argument -v to see more details.