Skip to content

Add ActiveFunction::Functions::Rescuable #13

Description

@nerbyk

Implement #rescue_from callback for custom exception handling

class SomeFunction < ActiveFunction::Base
  rescue_from InvalidRequestFormatError do |exception| 
     render json: exception.message, status: 422  
  end
end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions