diff --git a/app/Classes/FTN/Tic.php b/app/Classes/FTN/Tic.php index 7b93859..0931887 100644 --- a/app/Classes/FTN/Tic.php +++ b/app/Classes/FTN/Tic.php @@ -211,7 +211,7 @@ class Tic extends FTNBase } catch (ModelNotFoundException $e) { // Rethrow this as No File Area - throw new NoFileAreaException($e); + throw new NoFileAreaException($e->getMessage()); } break;