spotonlive/sl-db-backup

View on GitHub
src/SpotOnLive/DbBackup/Exceptions/RuntimeException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SpotOnLive\DbBackup\Exceptions;

use Exception;

class RuntimeException extends Exception
{

}