Create `valid_account_no_exception` function, and change behavior `valid_account` function
This function is needed to validate account name, wihout raise exception - return error_message which can be used to throw an exception. Existing function `valid_account` becomes a wrapper.
Loading
Please sign in to comment