PHPColibri/framework

View on GitHub
Database/Exception/NotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Colibri\Database\Exception;

use Exception;

/**
 * Если данные не найдены.
 * If no data found.
 */
class NotFoundException extends Exception
{
}