Getting Exception Information
- public function getLibrary() — Retrieve the name of the library in conflict.
- public function getOldPath() — Get the path to the library which has already been loaded earlier in the program's execution.
- public function getNewPath() — Get the path to the library which is causing this conflict.
Creating Library Conflict Exceptions
- public function __construct($library, $old_path, $new_path) — Create a new library conflict exception.