AsgardCms/User

View on GitHub
Exceptions/UserNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace Modules\User\Exceptions;

use Exception;

class UserNotFoundException extends Exception
{
}