<?phpnamespace IlluminateFoundationHttpAttributes;use Attribute;#[Attribute(Attribute::TARGET_CLASS)]class StopOnFirstFailure{ //}