Skip to content

Add ActiveFunction::Functions::Rescuable #13

@nerbyk

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

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