X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Flibraries%2Fsrc%2FExternalLibrary%2FException%2FLibraryTypeNotFoundException.php;fp=web%2Fmodules%2Fcontrib%2Flibraries%2Fsrc%2FExternalLibrary%2FException%2FLibraryTypeNotFoundException.php;h=b5655bba09a626a1d7b73a60b2971a1fc19c5a83;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/libraries/src/ExternalLibrary/Exception/LibraryTypeNotFoundException.php b/web/modules/contrib/libraries/src/ExternalLibrary/Exception/LibraryTypeNotFoundException.php new file mode 100644 index 000000000..b5655bba0 --- /dev/null +++ b/web/modules/contrib/libraries/src/ExternalLibrary/Exception/LibraryTypeNotFoundException.php @@ -0,0 +1,38 @@ +libraryId = (string) $library_id; + $message = $message ?: "The library type for the library '{$this->libraryId}' could not be found."; + parent::__construct($message, $code, $previous); + } + +}