X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Flibraries%2Fsrc%2FExternalLibrary%2FException%2FLibraryNotInstalledException.php;fp=web%2Fmodules%2Fcontrib%2Flibraries%2Fsrc%2FExternalLibrary%2FException%2FLibraryNotInstalledException.php;h=ed48a629c458165cd5a30e0584e6cc70e92a9a2d;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/libraries/src/ExternalLibrary/Exception/LibraryNotInstalledException.php b/web/modules/contrib/libraries/src/ExternalLibrary/Exception/LibraryNotInstalledException.php new file mode 100644 index 000000000..ed48a629c --- /dev/null +++ b/web/modules/contrib/libraries/src/ExternalLibrary/Exception/LibraryNotInstalledException.php @@ -0,0 +1,39 @@ +library = $library; + $message = $message ?: "The library '{$this->library->getId()}' is not installed."; + parent::__construct($message, $code, $previous); + } + +}