mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Changed all error returns to OperationErrors
This commit is contained in:
@@ -42,6 +42,8 @@ class AffineCipherDecode extends Operation {
|
||||
* @param {string} input
|
||||
* @param {Object[]} args
|
||||
* @returns {string}
|
||||
*
|
||||
* @throws {OperationError} if a or b values are invalid
|
||||
*/
|
||||
run(input, args) {
|
||||
const alphabet = "abcdefghijklmnopqrstuvwxyz",
|
||||
|
||||
Reference in New Issue
Block a user