laravel-openapi icon indicating copy to clipboard operation
laravel-openapi copied to clipboard

service uses old method from Exception handler

Open Ketec opened this issue 5 years ago • 0 comments
trafficstars

catch (ReflectionException $e) {
            throw OpenApiException::wrapPrevious($e->getMessage(), $e);
        }

WrapPrevious no longer exits.

Ketec avatar Feb 25 '20 12:02 Ketec