blob: be88babbbea486a9206206e71893fa7f3f724bc1 [file] [log] [blame]
<?php
namespace LdapRecord\Models;
use LdapRecord\Query\ObjectNotFoundException;
class ModelNotFoundException extends ObjectNotFoundException
{
//
}