spotonlive/sl-db-backup

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SpotOnLive\DbBackup\Exceptions;

use Exception;

class PermissionException extends Exception
{

}