mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-07 23:43:01 +00:00
7 lines
115 B
PHP
7 lines
115 B
PHP
<?php
|
|
|
|
namespace thiagoalessio\TesseractOCR;
|
|
|
|
class UnsuccessfulCommandException extends TesseractOcrException
|
|
{
|
|
}
|