Files
perceptron-viewer/app/Exceptions/TrainingCancelledException.php
Ninluc 25b03fc39a
linter / quality (push) Failing after 1m11s
tests / ci (8.3) (push) Successful in 3m55s
Cancel Training
2026-09-18 23:08:19 +02:00

10 lines
119 B
PHP

<?php
namespace App\Exceptions;
use RuntimeException;
class TrainingCancelledException extends RuntimeException
{
}