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