X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9a9b045372a6f48420a9a6dacfde52c34ab7abce..1bb52e3cb6da18a4777c8314088c5cb5c48a484a:/lib/not_redactable.rb?ds=sidebyside diff --git a/lib/not_redactable.rb b/lib/not_redactable.rb index fb945612a..6a5773296 100644 --- a/lib/not_redactable.rb +++ b/lib/not_redactable.rb @@ -6,6 +6,6 @@ module NotRedactable end def redact!(_r) - fail OSM::APICannotRedactError.new + raise OSM::APICannotRedactError end end