Method: CiscoAclIntp::ParserUtility#acl_arg_err_message
- Defined in:
- lib/cisco_acl_intp/parser_api.rb
permalink #acl_arg_err_message(err, pos_str) ⇒ Object
Generate parser error message by AclArgumentError
60 61 62 63 64 65 66 |
# File 'lib/cisco_acl_intp/parser_api.rb', line 60 def (err, pos_str) [ 'Parse aborted. Found acl argment error:', " #{err.}", " #{pos_str}" ].join("\n") end |