mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rules will now fire for a store-action. And fail.
This commit is contained in:
@@ -60,7 +60,7 @@ class Processor
|
||||
$type = $trigger->trigger_type;
|
||||
$class = $this->triggerTypes[$type];
|
||||
if (!class_exists($class)) {
|
||||
throw new Exception('Could not instantiate class for rule trigger type "' . $type . '".');
|
||||
abort(500, 'Could not instantiate class for rule trigger type "' . $type . '" ('.$class.').');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user