A developer is tasked with performing a complex validation using Apex as part of advanced business logic. certain criteria are met for a PurchaseOrder, the developer must throw a custom exception.
What is the correct way for the developer to declare a class that can be used as an exception?
A developer completed modifications feature that is comprised of two elements:* Apex trigger* Trigger handler Apex classWhat are two factors that the developer must take into account to properly deploy them to the productionenvironment?Choose 2 answers