1
0

TaskFailureException.php 169 B

12345678910
  1. <?php
  2. namespace OCP\TextProcessing\Exception;
  3. /**
  4. * Exception thrown when a task failed
  5. * @since 28.0.0
  6. */
  7. class TaskFailureException extends \RuntimeException {
  8. }