From 093da11e065a8289ca4b45d91be10b3594e7f16d Mon Sep 17 00:00:00 2001 From: Ioannis Feidaros Date: Mon, 10 Jun 2019 19:00:51 +0300 Subject: [PATCH] Fix class name --- src/Exception/ApiValidationException.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Exception/ApiValidationException.php b/src/Exception/ApiValidationException.php index fb152be..4c5913b 100644 --- a/src/Exception/ApiValidationException.php +++ b/src/Exception/ApiValidationException.php @@ -1,9 +1,9 @@ getMessage(); } -} \ No newline at end of file +}