1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11:
<?php namespace BaseModule\Exceptions; /** * Exception for error in external tool (typically external [python] utility problem) */ class ToolException extends BaseException { }